com.rest.elevenlabs 3.4.0
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 beNone
,Wav
, orOgg
- 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
- audioClip will not be created until you access the
- clip samples and data are now prioritized over the
- Refactored demo scene to use
OnAudioFilterRead
to better quality stream playback
Full Changelog: 3.3.1...3.4.0