flutter_piper_tts 0.3.0
flutter_piper_tts: ^0.3.0 copied to clipboard
TTS in Flutter using Piper TTS models + audio player in one package.
0.3.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 - Fix hot restart
0.2.0 #
- separate
dart_piper_ttsfromflutter_piper_tts - add
waitForCompletionflag forspeak
0.1.0 #
- Fix android compatibility
- Implement play, pause, resume and stop
0.0.1 #
- Initial release