Releases: RageAgainstThePixel/com.rest.elevenlabs
Releases · RageAgainstThePixel/com.rest.elevenlabs
com.rest.elevenlabs 2.0.1
com.rest.elevenlabs 2.0.0
What's Changed
- Enabled support for WebGL
- removed httpClient for generic
UnityWebRequest
- removed httpClient for generic
- refactored authentication classes with new rest package patterns
- added
optimize_streaming_latency
parameter to text to speech calls
Migration Guide
- Some assembly definitions may now also need to reference
Utilities.Async
andUtilities.Rest
ElevenLabsAuthentication
static methods are no longer static, and will need to be called usingDefault
property accessorElevenLabsAuthentication.LoadFromEnv()
->ElevenLabsAuthentication.Default.LoadFromEnvironment()
ElevenLabsConfigurationSettings
->ElevenLabsConfiguration
ElevenLabsClientSettings
->ElevenLabsSettings
Full Changelog: 1.3.4...2.0.0
com.rest.elevenlabs 1.3.4
What's Changed
- Added Preserve attribute to every serialized type
- Added text to speech demo scene
Full Changelog: 1.3.3...1.3.4
com.rest.elevenlabs 1.3.3
What's Changed
- Assign default voice names
- Get voice details if missing in tts
Full Changelog: 1.3.2...1.3.3
com.rest.elevenlabs 1.3.2
What's Changed
- Added voice equality operators
- Added better parameter checks in VoicesEndPoint
Full Changelog: 1.3.1...1.3.2
com.rest.elevenlabs 1.3.1
What's Changed
- Add ability to serialize voice and voice settings in inspector
Full Changelog: 1.3.0...1.3.1
com.rest.elevenlabs 1.3.0
What's Changed
- Added ModelsEndpoint
- Updated TextToSpeech.TextToSpeechAsync with optional Model parameter. Defaults to eleven_monolingual_v1
- Added default voices
- Updated editor window with new model option
Full Changelog: 1.2.1...1.3.0
com.rest.elevenlabs 1.2.1
com.rest.elevenlabs 1.2.0
What's Changed
- updated dependencies
- added ability to create voice from Id
- refactored internal extension classes
- fixed auth parsing
- added ability to load configuration file from specific path
- added optional parameter
deleteCachedFile
toTextToSpeechEndpoint.TextToSpeechAsync
. Default is false. - added optional parameter
deleteCachedFile
toTextToSpeechEndpoint.StreamTextToSpeechAsync
. Default is false.
Full Changelog: 1.1.1...1.2.0
com.rest.elevenlabs 1.1.1
What's Changed
- fixed some issues with configuration settings inspector
Full Changelog: 1.1.0...1.1.1