neural_tts 0.4.0
neural_tts: ^0.4.0 copied to clipboard
On-device neural TTS engine for Flutter. Supports Kitten, Kokoro, Supertonic, and System OS TTS via native ONNX Runtime.
Changelog #
0.4.0 #
- feat: add phonemization support to TTS engines and implement eSpeak-ng data management and extraction
- Update project metadata and license for public release
0.3.0 #
- refactor: update SupertonicSession to use FloatBuffer for ONNX tensor creation and add error handling for TTS pipeline stages
0.2.0 #
- refactor: optimize AudioTrack playback by reusing instances and removing blocking spin-locks in engine classes.
0.1.0 #
- feat: implement KokoroEngine and update platform-specific native plugin code