ElevenLabs-DotNet
1.0.1
See the version list below for details.
dotnet add package ElevenLabs-DotNet --version 1.0.1
NuGet\Install-Package ElevenLabs-DotNet -Version 1.0.1
<PackageReference Include="ElevenLabs-DotNet" Version="1.0.1" />
paket add ElevenLabs-DotNet --version 1.0.1
#r "nuget: ElevenLabs-DotNet, 1.0.1"
// Install ElevenLabs-DotNet as a Cake Addin #addin nuget:?package=ElevenLabs-DotNet&version=1.0.1 // Install ElevenLabs-DotNet as a Cake Tool #tool nuget:?package=ElevenLabs-DotNet&version=1.0.1
ElevenLabs-DotNet
A non-official Eleven Labs voice synthesis RESTful client.
I am not affiliated with Eleven Labs and an account with api access is required.
All copyrights, trademarks, logos, and assets are the property of their respective owners.
Documentation
Table of Contents
Text to Speech
Convert text to speech.
var api = new ElevenLabsClient();
var text = "The quick brown fox jumps over the lazy dog.";
var voice = (await api.VoicesEndpoint.GetAllVoicesAsync()).FirstOrDefault();
var defaultVoiceSettings = await api.VoicesEndpoint.GetDefaultVoiceSettingsAsync();
var (clipPath, audioClip) = await api.TextToSpeechEndpoint.TextToSpeechAsync(text, voice, defaultVoiceSettings);
Debug.Log(clipPath);
Voices
Access to voices created either by the user or eleven labs.
Samples
Access to your samples, created by you when cloning voices.
History
Access to your previously synthesized audio clips including its metadata.
User
Access to your user Information and subscription status.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ElevenLabs-DotNet:
Package | Downloads |
---|---|
FrostAura.Libraries.Intelligence.Semantic.Core
FrostAura Semantic Core provides structures and utilities to build language and hybrid applications. |
|
ElevenLabs-DotNet-Proxy
A simple Proxy API gateway for ElevenLabs-DotNet to make authenticated requests from a front end application without exposing your API keys. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 3,019 | 9/14/2024 |
3.0.3 | 104 | 9/14/2024 |
3.0.2 | 364 | 9/3/2024 |
3.0.1 | 89 | 9/2/2024 |
3.0.0 | 190 | 9/2/2024 |
2.2.1 | 18,489 | 5/9/2024 |
2.2.0 | 186 | 5/6/2024 |
2.1.1 | 3,130 | 2/15/2024 |
2.1.0 | 2,222 | 11/29/2023 |
2.0.3 | 790 | 11/15/2023 |
2.0.2 | 161 | 11/14/2023 |
2.0.1 | 127 | 11/11/2023 |
2.0.0 | 256 | 10/29/2023 |
1.3.6 | 1,808 | 9/28/2023 |
1.3.5 | 1,388 | 7/14/2023 |
1.3.4 | 1,719 | 5/29/2023 |
1.3.3 | 558 | 5/21/2023 |
1.3.2 | 417 | 5/12/2023 |
1.3.0 | 207 | 5/1/2023 |
1.2.1 | 169 | 4/30/2023 |
1.2.0 | 164 | 4/30/2023 |
1.1.1 | 375 | 3/26/2023 |
1.1.0 | 203 | 3/26/2023 |
1.0.4 | 234 | 3/24/2023 |
1.0.3 | 235 | 3/13/2023 |
1.0.2 | 213 | 3/12/2023 |
1.0.1 | 221 | 3/11/2023 |
1.0.0 | 246 | 3/11/2023 |
Release 1.0.1
- Updated Docs
Release 1.0.0
- Initial Release!