flutter_kokoro_tts 0.0.1
flutter_kokoro_tts: ^0.0.1 copied to clipboard
On-device Kokoro TTS for Flutter — high-quality text-to-speech using ONNX and espeak-ng, with multiple voices. No cloud API required.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 - 2025-03-02 #
Added #
- Initial release of
flutter_kokoro_tts. - Kokoro TTS pipeline: text preprocessing, phonemization (espeak-ng), ONNX inference.
- Model and voice download from Hugging Face with SHA256 verification.
- Six voices: Default, Bella, Nicole, Sarah, Adam, Michael.
- Configurable speed and chunked generation for long text.
- Android and iOS plugin registration (FFI-based; no method channel).
- Dart API:
KokoroTts,initialize(),generate(),dispose(),availableVoices,sampleRate,kokoroVoicesexport.