Releases: RageAgainstThePixel/com.rest.elevenlabs
Releases · RageAgainstThePixel/com.rest.elevenlabs
com.rest.elevenlabs 3.5.2
What's Changed
- updated com.utilities.rest -> 3.3.3
- updated com.utilities.encoder.ogg -> 4.2.2
- updated com.utilities.encoder.wav -> 2.2.2
Full Changelog: 3.5.1...3.5.2
com.rest.elevenlabs 3.5.1
What's Changed
- Fixed generated clip playback for non-streaming clips
- Updated usages of Task.Delay with WebGL friendly Awaiters.DelayAsync
- Updated TextToSpeechDemo
- Updated Deps
- Updated Unit Tests
Full Changelog: 3.5.0...3.5.1
com.rest.elevenlabs 3.5.0
What's Changed
- added TextToSpeechRequest.ctr overload
- added seed property
- added applyTextNormalization property
- removed depricated optimizeStreamingLatency property
- added VoiceSettings.ctr overload
- added speed property
- fix audio decoding bug in GeneratedClip
- added TextToSpeechAsync overload with Func(VoiceClip, Task) callback
- updated TextToSpeechDemo with StreamAudioSource example
- updated deps
- com.utilities.rest -> 3.3.1
- com.utilities.audio -> 2.2.1
- com.utilities.encoder.wav -> 2.2.0
- com.utilities.encoder.ogg -> 4.2.0
Full Changelog: 3.4.3...3.5.0
com.rest.elevenlabs 3.4.3
What's Changed
- Added flash models
- Added stream input support to dubbing endpoint
- Fixed http/https protocol in client settings
Full Changelog: 3.4.2...3.4.3
com.rest.elevenlabs 3.4.2
com.rest.elevenlabs 3.4.1
com.rest.elevenlabs 3.4.0
What's Changed
- com.utilities.rest -> 3.3.0
- com.utilities.encoder.ogg -> 4.0.2
- Added additional request properties for TextToSpeechRequest
previous_text
,next_text
,previous_request_ids
,next_request_ids
,languageCode
,withTimestamps
cacheFormat
which can beNone
,Wav
, orOgg
- Added support for transcription timestamps by @tomkail
- Added support for language code in TextToSpeechRequest @Mylan719
- Refactored
VoiceClip
- clip samples and data are now prioritized over the
AudioClip
- audioClip will not be created until you access the
VoiceClip.AudioClip
property - if an audio clip is not loaded, you can load it with
LoadCachedAudioClipAsync
- audioClip will not be created until you access the
- clip samples and data are now prioritized over the
- Refactored demo scene to use
OnAudioFilterRead
to better quality stream playback
Full Changelog: 3.3.1...3.4.0
com.rest.elevenlabs 3.3.1
What's Changed
- Fix DubbingRequest.DropBackgroundAudio flag not properly being set
- Added DubbingRequest.UseProfanityFilter flag
- Added previous text input parameter to TextToSpeechRequest by @Bvanderwolf
Full Changelog: 3.3.0...3.3.1
com.rest.elevenlabs 3.3.0
What's Changed
- Added ability to specify fully customizable domain proxies
- Added env var parsing for
ELEVENLABS_API_KEY
- Added Copy Button for the Voice ID to Voice Lab Dashboard
- Added Shared Voices API
- Added SoundEffects API endpoints
- Added Dubbing API endpoints
- Updated models
- Updated com.utilities.rest -> 2.5.7
First Time Contributor
Full Changelog: 3.2.9...3.3.0