Local text-to-speech app in Rust — 4 engines (Edge-TTS, Kokoro, Fish Speech, Google Cloud), multi-voice scripts, CLI + GUI (Tauri)
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
docs: add comprehensive README with usage, architecture, and engine setup
d79ec6aView on GitHubfeat(core): add Google Cloud TTS engine — WaveNet/Neural2/Studio voices
f329593View on GitHubfeat(app): add engine badges and engine filter to VoicePicker
0225728View on GitHubfeat(core): add Kokoro TTS engine — free unlimited local high-quality TTS
e321a20View on GitHubfeat(core): add Fish Speech engine — high-quality cloud TTS with free tier
a502520View on GitHubfeat(app): add VoicePicker component — searchable, grouped by language, with preview
b72956aView on GitHubfeat(app): add Scènes page — Linear-style visual script editor
1a0607cView on GitHubfeat(app): add Tauri commands for multi-voice script rendering
5fff0c2View on GitHubfeat(cli): add render command for multi-voice script generation
bcc76c6View on GitHubfeat(core): add script renderer for multi-voice audio generation
b8f409bView on GitHubfeat(app): add all pages — Generate, Queue, Voices, Settings
07f1838View on GitHub