STT (Silero VAD + Whisper via sherpa-onnx), Chatterbox TTS HTTP server, query completeness classifier (Ollama), multi-voice demo scripts, and planning docs. Kept as reference; clean rewrite planned in separate repos. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
# STT
|
|
faster-whisper>=1.1.0
|
|
|
|
# TTS (already used in kokoro-tts-test)
|
|
kokoro>=0.9.4
|
|
|
|
# Audio capture
|
|
sounddevice>=0.4.6
|
|
|
|
# Numpy (usually already present)
|
|
numpy>=1.24.0
|