Releases: RageAgainstThePixel/ElevenLabs-DotNet
Releases · RageAgainstThePixel/ElevenLabs-DotNet
ElevenLabs-DotNet 2.1.1
What's Changed
- ElevenLabs-DotNet 2.1.1 by @IS4Code in #36
- Added VoicesEndpoint.GetAllVoicesAsync overload that allows skipping downloading the voice settings
Full Changelog: 2.1.0...2.1.1
ElevenLabs-DotNet 2.1.0
What's Changed
- ElevenLabs-DotNet 2.1.0 by @StephenHodgson in #31
- Added ElevenLabsClient.EnableDebug option to enable and disable for all endpoints
- Synced changes from unity package
- Updated unit test
- Updated docs
Full Changelog: 2.0.3...2.1.0
ElevenLabs-DotNet 2.0.3
What's Changed
- ElevenLabs-DotNet 2.0.3 by @ed-sparkes in #30
- Fixed text to speech streaming
New Contributors
- @ed-sparkes made their first contribution in #30
Full Changelog: 2.0.2...2.0.3
ElevenLabs-DotNet 2.0.2
ElevenLabs-DotNet 2.0.1
What's Changed
- ElevenLabs-DotNet 2.0.1 by @StephenHodgson in #27
- Pass some cancellation tokens to internals
Full Changelog: 2.0.0...2.0.1
ElevenLabs-DotNet 2.0.0
What's Changed
- ElevenLabs-DotNet 2.0.0 by @StephenHodgson in #26
- Refactoring to support latest API changes
- Biggest Change is the new VoiceClip signature for all endpoints which contains all the information about the generated clip.
- Refactored HistoryEndpoint
- Made HistoryInfo public
- GetHistoryAsync now returns HistoryInfo and contains additional pageSize and startAfter properties
- Added GetHistoryItemAsync
- Renamed GetHistoryAudioAsync -> DownloadHistoryAudioAsync
- DownloadHistoryItemsAsync now returns a list of VoiceClips, and no longer asks for saveDirectory
- HistoryItem.TextHash was modified to generate hash based on item id, instead of voiceId
- Refactored ModelsEndpoint
- Added Model.MultiLingualV2
- Refactored TextToSpeechEndpoint
- Refactored TextToSpeechAsync
- Removed saveDirectory parameter
- Removed deleteCachedFile parameter
- Added outputFormat parameter
- Changed return type to VoiceClip
- Refactored StreamTextToSpeechAsync
- Removed saveDirectory parameter
- Removed deleteCachedFile parameter
- Added outputFormat
- Refactored TextToSpeechAsync
- Added partialClipCallback for queuing and playing partial clips as they are received
- Refactored VoiceGenerationEndpoint
- Renamed GenerateVoiceAsync -> GenerateVoicePreviewAsync
- Removed saveDirectory parameter
- Renamed GeneratedVoiceRequest -> GeneratedVoicePreviewRequest
- Renamed GenerateVoiceAsync -> GenerateVoicePreviewAsync
- Refactored VoicesEndpoint
- Preserve default values in VoiceSettings
- Refactored GetVoiceAsync
- withSettings parameter is now false by default per API
- Renamed GetVoiceSampleAsync -> DownloadVoiceSampleAsync
- Changed return type to VoiceClip
- Removed saveDirectory parameter
Full Changelog: 1.3.6...2.0.0
ElevenLabs-DotNet 1.3.6
What's Changed
- ElevenLabs-DotNet 1.3.6 by @StephenHodgson in #24
- Added Voice.HighQualityBaseModelIds
- Added CreateVoiceRequest.Description
New Contributors
Full Changelog: 1.3.5...1.3.6
ElevenLabs 1.3.5
What's Changed
- ElevenLabs-DotNet 1.3.5 by @Vexthecollector in #20
- updated voice settings
- added style and use_speaker_boost
- updated voice settings
New Contributors
- @Vexthecollector made their first contribution in #20
Full Changelog: 1.3.4...1.3.5
ElevenLabs-DotNet 1.3.4
What's Changed
- ElevenLabs-DotNet 1.3.4 by @StephenHodgson in #18
- Added VoiceSettings setters for convience
- Added voice validation in tts endpoint
Full Changelog: 1.3.3...1.3.4
ElevenLabs-DotNet 1.3.3
What's Changed
- ElevenLabs-DotNet 1.3.3 by @StephenHodgson in #16
- Assign default voice names
- Get voice details if missing in tts
Full Changelog: 1.3.2...1.3.3