dart_piper_tts 0.2.3
dart_piper_tts: ^0.2.3 copied to clipboard
TTS in Dart using Piper TTS models + audio player in one package.
0.2.3 #
- Fix audio playback bleeding issue on the case of "speak" -> "stop" -> "speak"
0.2.2 #
- Fix build fail on android 10 and probably other versions
- Improve pause/stop latency
0.2.1 #
- Missing phonemizer model
0.2.0 #
- use opaque pointers, so rust object will be released as well when the dart container class is disposed
- use streamController for managing completion, preventing dangling completers
- re-factor phonemizer, now with more options (neural and dict based, and their offspring)
- include phonemizer model within the rust asset, so dart package no longer need to provide the model and flutter package no longer include it in flutter asset
- support common punctuations
0.1.0 #
- Disable building native assets for intel mac target
- Migrate phonemizer from espeak derivative to neural based to avoid dealing with GPL3 license
- Expose
speakFromPhonemes
0.0.1 #
- Initial release (play, pause, resume, stop)