Initial commit — voice pipeline experiment
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>
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
node_modules/
|
||||
models/
|
||||
venv/
|
||||
*.ogg
|
||||
*.wav
|
||||
*.mp3
|
||||
*.onnx
|
||||
*.bin
|
||||
package-lock.json
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user