feat: add OpenAI-compatible Chatterbox TTS service

This commit is contained in:
vince 2026-08-08 23:10:07 +02:00
commit 38a2a48f28
9 changed files with 620 additions and 0 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
# Reference clips are local operational data; keep the directory in Git only.
voices/*
!voices/.gitkeep