feat: TTS Stack - Chatterbox Multilingual + Whisper STT
- Chatterbox TTS Server (Multilingual, 23 Sprachen, Voice Cloning) - Whisper STT Server (faster-whisper-small, CPU) - RTX 4060 GPU auf Tdarr VM (node2, 10.2.1.104) - Voice Profile: chantal.wav - Chantal Telegram Voice Integration
This commit is contained in:
commit
6115f3bc09
4 changed files with 167 additions and 0 deletions
12
config.yaml
Normal file
12
config.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
server:
|
||||
host: "0.0.0.0"
|
||||
port: 8004
|
||||
model:
|
||||
repo_id: "ResembleAI/chatterbox"
|
||||
model_selector: "chatterbox-multilingual"
|
||||
tts_engine:
|
||||
device: cuda
|
||||
predefined_voices_path: voices
|
||||
reference_audio_path: reference_audio
|
||||
generation_defaults:
|
||||
language: de
|
||||
Loading…
Add table
Add a link
Reference in a new issue