Releases: RageAgainstThePixel/com.rest.elevenlabs
Releases · RageAgainstThePixel/com.rest.elevenlabs
com.rest.elevenlabs 3.0.2
com.rest.elevenlabs 3.0.1
com.rest.elevenlabs 3.0.0
What's Changed
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.
- Added Text To Speech Demo scene which includes streaming by default.
- 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 (only supports PCM format for streaming)
- 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: 2.0.8...3.0.0
com.rest.elevenlabs 2.0.8
com.rest.elevenlabs 2.0.7
What's Changed
- Added Voice.HighQualityBaseModelIds
- Bumped deps
New Contributors
Full Changelog: 2.0.6...2.0.7
com.rest.elevenlabs 2.0.6
com.rest.elevenlabs 2.0.5
What's Changed
- updated voice settings
- added speaker boost and style options
Full Changelog: 2.0.4...2.0.5
com.rest.elevenlabs 2.0.4
com.rest.elevenlabs 2.0.3
com.rest.elevenlabs 2.0.2
What's Changed
- added a way to specify global voice setting in ElevenLabsConfiguration
Full Changelog: 2.0.1...2.0.2