Releases: justeozan/vox
Releases · justeozan/vox
Release list
v0.3.0
v0.2.0
v0.2.0
Piper TTS for French
- French voice now uses Piper (
fr_FR-siwis-medium) — fast neural TTS, ~50MB, <1s per sentence - English keeps Kokoro (
af_heart) — unchanged - New daemon
vox_tts_piper.pywith same stdin/stdout protocol as Kokoro LangConfigextended withtts_engineandpiper_modelfieldsstart_tts()andspeak()route by language automatically
Tauri migration
- Remove Electron (main.js, preload.js, spike.js)
- Full Tauri backend in Rust: agents, conductor, LLM, STT/TTS daemons, speech pipeline
- Native WebView with VAD, barge-in, and WAV playback
- Tauri config, icons, and capabilities
Other
- Architecture diagrams (mermaid + SVG)
gen_icon.pyicon generation script- TODOS.md and .gitignore updates