Skip to content

UCloud.TextToSpeech v1.2.0

Latest
Compare
Choose a tag to compare
@Uralstech Uralstech released this 27 Dec 19:27
799e64b

What's Changed

  • UCloud.TextToSpeech v1.2.0: Awaitables by @Uralstech in #2

Breaking Changes

  • Request methods in TextToSpeechManager now return Awaitables instead of Tasks.
  • TextToSpeechSynthesisResponse.ToAudioClip and its variants now return Awaitables instead of Tasks.
  • Default value of TextToSpeechVoiceType is now TextToSpeechVoiceType.None.

Added

  • Null handling for IEnumerable extensions.
  • Added a new IEnumerable extensions.

Full Changelog: v1.1.0...v1.2.0