kittentts 0.1.0
kittentts: ^0.1.0 copied to clipboard
On-device KittenTTS speech synthesis for Flutter, powered by flutter_onnxruntime.
KittenTTS Flutter Examples #
This directory contains runnable Flutter apps for common SDK flows.
Basic #
cd examples/basic
flutter pub get
flutter run
Model, voice, speed, Generate, Speak, and Last Result controls.
Word Timings #
cd examples/word_timings
flutter pub get
flutter run
Generates audio, displays KittenTTSResult.wordTimings, and highlights the
active word while playback runs.