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