Releases: RageAgainstThePixel/com.rest.elevenlabs
Releases · RageAgainstThePixel/com.rest.elevenlabs
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
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