Skip to content

Releases: RageAgainstThePixel/com.rest.elevenlabs

com.rest.elevenlabs 3.5.2

13 Apr 21:51
Compare
Choose a tag to compare

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

08 Mar 23:49
Compare
Choose a tag to compare

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

02 Mar 06:14
Compare
Choose a tag to compare

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

13 Jan 02:17
Compare
Choose a tag to compare

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

25 Nov 15:07
Compare
Choose a tag to compare

What's Changed

  • Removed text length check in TextToSpeechRequest

Full Changelog: 3.4.1...3.4.2

com.rest.elevenlabs 3.4.1

25 Nov 14:47
Compare
Choose a tag to compare

What's Changed

  • updated text to speech demo

Full Changelog: 3.4.0...3.4.1

com.rest.elevenlabs 3.4.0

25 Nov 06:02
Compare
Choose a tag to compare

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 be None, Wav, or Ogg
  • 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
  • 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

14 Sep 18:57
Compare
Choose a tag to compare

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

03 Sep 01:09
Compare
Choose a tag to compare

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

com.rest.elevenlabs 3.2.9

28 Feb 00:24
Compare
Choose a tag to compare

What's Changed

  • update com.utilities.rest -> 2.5.3

Full Changelog: 3.2.8...3.2.9