Skip to content

Releases: RageAgainstThePixel/com.rest.elevenlabs

com.rest.elevenlabs 2.0.5

14 Jul 23:54
Compare
Choose a tag to compare

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

01 Jul 20:07
Compare
Choose a tag to compare

What's Changed

  • fixed a bug when resetting voice options to default

Full Changelog: 2.0.3...2.0.4

com.rest.elevenlabs 2.0.3

29 Jun 03:18
Compare
Choose a tag to compare

What's Changed

  • Updated docs

Full Changelog: 2.0.2...2.0.3

com.rest.elevenlabs 2.0.2

29 Jun 03:11
Compare
Choose a tag to compare

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

17 Jun 08:35
Compare
Choose a tag to compare

What's Changed

  • Updated docs
  • Updated deps

Full Changelog: 2.0.0...2.0.1

com.rest.elevenlabs 2.0.0

10 Jun 08:51
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes ⚠️

  • Enabled support for WebGL
    • removed httpClient for generic UnityWebRequest
  • 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 and Utilities.Rest
  • ElevenLabsAuthentication static methods are no longer static, and will need to be called using Default property accessor
    • ElevenLabsAuthentication.LoadFromEnv() -> ElevenLabsAuthentication.Default.LoadFromEnvironment()
  • ElevenLabsConfigurationSettings -> ElevenLabsConfiguration
  • ElevenLabsClientSettings -> ElevenLabsSettings

Full Changelog: 1.3.4...2.0.0

com.rest.elevenlabs 1.3.4

27 May 02:33
Compare
Choose a tag to compare

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

21 May 03:06
Compare
Choose a tag to compare

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

12 May 00:03
Compare
Choose a tag to compare

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

11 May 19:22
Compare
Choose a tag to compare

What's Changed

  • Add ability to serialize voice and voice settings in inspector

Full Changelog: 1.3.0...1.3.1