flutter_kokoro_tts 0.0.1 copy "flutter_kokoro_tts: ^0.0.1" to clipboard
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, kokoroVoices export.
0
likes
150
points
41
downloads

Publisher

verified publisherpiusikeoffiah.dev

Weekly Downloads

On-device Kokoro TTS for Flutter — high-quality text-to-speech using ONNX and espeak-ng, with multiple voices. No cloud API required.

Repository (GitHub)
View/report issues

Topics

#text-to-speech #tts #kokoro #onnx #speech-synthesis

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

archive, crypto, ffi, flutter, flutter_onnxruntime, http, path, path_provider

More

Packages that depend on flutter_kokoro_tts

Packages that implement flutter_kokoro_tts