Skip to content

Releases: justeozan/vox

Release list

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 19:46
7faf445
v0.3.0 — streaming TTS, worktree carousel, voice orchestration, launc…

v0.2.0

Choose a tag to compare

@justeozan justeozan released this 19 Jul 17:20

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.py with same stdin/stdout protocol as Kokoro
  • LangConfig extended with tts_engine and piper_model fields
  • start_tts() and speak() 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.py icon generation script
  • TODOS.md and .gitignore updates