Skip to content

Releases: ghuyfel/flutter_azure_tts

0.2.2

23 Nov 10:57
a64733c
Compare
Choose a tag to compare

What's Changed

  • updated Dart version
  • updated dependencies versions
  • added style and role support
  • new example file (example.dart) to run/test in terminal (i.e. dart example.dart -h)
  • updated documentation
  • bug fixes and improvements

New Contributors

Full Changelog: 0.1.6...0.2.2

0.1.6

11 Apr 10:16
dbec425
Compare
Choose a tag to compare

What's Changed

  • getAvailableVoices now only returns VoicesSuccess and throws an exception otherwise

  • getTts now only returns AudioSuccess and throws an exception otherwise

  • VoicesFailedBadRequest now includes more details in the reason field.

  • AudioFailedBadRequest now includes more details in the reason field.

  • Feature/exception handling by @ghuyfel in #14

Full Changelog: 0.1.3...0.1.6

0.1.3

04 May 21:46
15422a9
Compare
Choose a tag to compare

0.1.3

  • Added prosody rate to TtsParams. Thanks @indjec

0.1.2

03 Oct 16:24
e31b455
Compare
Choose a tag to compare

0.1.2

  • Upgraded json_serializable to 5.0.2.
  • Upgraded build_runner to 2.1.4.

0.1.1

11 Sep 16:22
578821e
Compare
Choose a tag to compare

0.1.1

  • Fix for bug where could not initialisation throws exception.

0.1.0

11 Sep 15:43
25a2b0c
Compare
Choose a tag to compare

0.1.0

  • Removed async on initialisation.
  • Added withLogs field when initialising (will be used in future to filter logs).
  • Fixed auth token expiring issue.
  • Updated dart docs.

0.0.6

11 Sep 11:34
d3cb4c4
Compare
Choose a tag to compare

0.0.6

  • Added toString method to all Azure related exceptions

0.0.2

26 Aug 21:45
bd4e0e8
Compare
Choose a tag to compare

Removed flutter dependencies

0.0.1

26 Aug 19:24
13b5b35
Compare
Choose a tag to compare

0.0.1

  • Get Available voices
  • Convert text to speech