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>
55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
# Named voices for TTS server.
|
|
# Switch via: POST /voice {"name": "rommie"}
|
|
# List via: GET /voices
|
|
|
|
voices:
|
|
rommie:
|
|
path: /home/devilholk/Documents/rommie-sample.wav
|
|
description: Rommie - Andromeda ship AI / android
|
|
|
|
archangel:
|
|
path: /home/devilholk/Documents/archangel.ogg
|
|
description: Arch Angel from Air Wolf
|
|
|
|
marella:
|
|
path: /home/devilholk/Documents/murella.ogg
|
|
description: Marella from Air Wolf
|
|
|
|
chuin:
|
|
path: /home/devilholk/Documents/chuin.ogg
|
|
description: Chuin from Remo Williams - The adventure begins
|
|
|
|
harold-w-smith:
|
|
path: /home/devilholk/Documents/cure-leader.ogg
|
|
description: Harold W. Smith from Remo Williams - The adventure begins
|
|
|
|
penny-parker:
|
|
path: /home/devilholk/Documents/penny.ogg
|
|
description: Penny from MacGyver
|
|
|
|
santini:
|
|
path: /home/devilholk/Documents/santini.ogg
|
|
description: Santini from Air Wolf
|
|
|
|
gosalyn:
|
|
path: /home/devilholk/Documents/gasalin.ogg
|
|
description: Gosalyn from Darkwing Duck
|
|
|
|
darkwing-duck:
|
|
path: /home/devilholk/Documents/dwd.ogg
|
|
description: Darkwing Duck
|
|
|
|
belitski:
|
|
path: /home/devilholk/Documents/slipstream2.ogg
|
|
description: Belitski from Slipstream
|
|
|
|
ivanova:
|
|
path: /home/devilholk/Documents/ivanova.ogg
|
|
description: Susan Ivonavo from Babylon 5
|
|
|
|
sheila:
|
|
path: /home/devilholk/Documents/darkness-woman.ogg
|
|
description: Sheila from Army of Darkness
|
|
|
|
# Add more voices as clips become available
|