Skip to content

Commit

Permalink
ElevenLabs-DotNet 1.2.1
Browse files Browse the repository at this point in the history
- Updated docs
  • Loading branch information
StephenHodgson committed Apr 30, 2023
1 parent 8aa912c commit 57cd367
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ElevenLabs-DotNet/ElevenLabs-DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<Company>RageAgainstThePixel</Company>
<Copyright>2023</Copyright>
<PackageTags>ElevenLabs, AI, ML, Voice, TTS</PackageTags>
<Version>1.2.0</Version>
<PackageReleaseNotes>Version 1.2.0
<Version>1.2.1</Version>
<PackageReleaseNotes>Version 1.2.1
- Updated docs
Version 1.2.0
- Added ability to create voice from Id
- Refactored internal extension classes
- Fixed auth parsing
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ var clipPath = await api.TextToSpeechEndpoint.TextToSpeechAsync(text, voice, def
Console.WriteLine(clipPath);
```

> Note, only a single audio clip is created per text string. If you'd like to get different variations of the audio, you'll need to pass in `deleteCachedFile: true`.
### [Voices](https://api.elevenlabs.io/docs#/voices)

Access to voices created either by the user or ElevenLabs.
Expand Down

0 comments on commit 57cd367

Please sign in to comment.