Releases: Uralstech/UCloud.TextToSpeech
Releases · Uralstech/UCloud.TextToSpeech
UCloud.TextToSpeech v1.2.0
What's Changed
- UCloud.TextToSpeech v1.2.0: Awaitables by @Uralstech in #2
Breaking Changes
- Request methods in
TextToSpeechManager
now returnAwaitable
s instead ofTask
s. TextToSpeechSynthesisResponse.ToAudioClip
and its variants now returnAwaitable
s instead ofTask
s.- Default value of
TextToSpeechVoiceType
is nowTextToSpeechVoiceType.None
.
Added
- Null handling for
IEnumerable
extensions. - Added a new
IEnumerable
extensions.
Full Changelog: v1.1.0...v1.2.0
UCloud.TextToSpeech v1.1.0
What's Changed
- Added extensions for
IEnumerable<TextToSpeechVoice>
. By @Uralstech in #1
Full Changelog: v1.0.0...v1.1.0
UCloud.TextToSpeech v1.0.0
First prod release!
Full Changelog: v1.0.0-preview.3...v1.0.0
UCloud.TextToSpeech v1.0.0 Preview 3
What's Changed?
- Added support for the whole beta API.
- Fixed synthesis response.
Full Changelog: v1.0.0-preview.2...v1.0.0-preview.3
UCloud.TextToSpeech v1.0.0 Preview 2
What's Changed?
- Added support for
voices.list
endpoint.
Full Changelog: v1.0.0-preview.1...v1.0.0-preview.2
UCloud.TextToSpeech v1.0.0 Preview 1
Initial release!
Full Changelog: https://github.com/Uralstech/UCloud.TextToSpeech/commits/v1.0.0-preview.1