Skip to content

com.rest.elevenlabs 3.4.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 25 Nov 06:02
· 3 commits to upm since this release

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