typecast_dart 0.1.9
typecast_dart: ^0.1.9 copied to clipboard
Official Dart and Flutter SDK for the Typecast Text-to-Speech API.
Changelog #
0.1.9 #
- Preserve structured 422 API error messages such as
TEXT_NOT_SYNTHESIZABLE.
0.1.8 #
- Updated speech composition to use the Typecast Compose API.
0.1.7 #
- Added the Recommend Voices API.
0.1.4 #
- Added text pause parsing and multi-speaker speech composition helpers.
0.1.3 #
- Added
generateToFilefor writing generated speech directly to an audio file.
0.1.2 #
- Allowed proxy base URLs to be used without a Typecast API key.
0.1.1 #
- Added a Flutter playback example to the README.
0.1.0 #
- Initial release of the official Typecast Dart and Flutter SDK.
- Added text-to-speech, streaming, timestamps, subscription, voice metadata, and quick cloning APIs.