Skip to content

Releases: RageAgainstThePixel/com.rest.elevenlabs

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

com.rest.elevenlabs 1.3.0

01 May 16:41
Compare
Choose a tag to compare

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

30 Apr 23:43
Compare
Choose a tag to compare

What's Changed

  • updated docs

Full Changelog: 1.2.0...1.2.1

com.rest.elevenlabs 1.2.0

30 Apr 23:32
Compare
Choose a tag to compare

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 to TextToSpeechEndpoint.TextToSpeechAsync. Default is false.
  • added optional parameter deleteCachedFile to TextToSpeechEndpoint.StreamTextToSpeechAsync. Default is false.

Full Changelog: 1.1.1...1.2.0

com.rest.elevenlabs 1.1.1

26 Mar 03:26
Compare
Choose a tag to compare

What's Changed

  • fixed some issues with configuration settings inspector

Full Changelog: 1.1.0...1.1.1