Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 1.03 KB

0.1.6

  • 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.

0.1.5

0.1.4

  • Updated Readme file to show prosody rate in example.

0.1.3

  • Added prosody rate to TtsParams.

0.1.2

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

0.1.1

  • Fix for bug where could not initialisation throws exception.

0.1.0

  • Removed async on initialisation.
  • Added withLogs field when initialising.
  • Fixed auth token expiring issue.
  • Updated dart docs.

0.0.6

  • Added toString method to all Azure related exceptions

0.0.5

  • Added toString method to AzureException

0.0.4

  • Upgraded build_runner to 2.1.1

0.0.3

  • Downgraded to json_serializable 4.1.4

0.0.2

  • Removed flutter dependencies

0.0.1

  • Get Available voices
  • Convert text to speech