Initial commit: chatterbox TTS CLI v4
This commit is contained in:
commit
bed29fb1c8
6 changed files with 1434 additions and 0 deletions
17
requirements.txt
Normal file
17
requirements.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Chatterbox TTS CLI — Abhängigkeiten
|
||||
# Getestet mit Python 3.11, CUDA 12.x, Ubuntu 22.04/24.04
|
||||
|
||||
# TTS-Kern
|
||||
chatterbox-tts>=0.1.7
|
||||
|
||||
# PyTorch (passende CUDA-Version separat installieren, z. B. via pytorch.org)
|
||||
torch>=2.6.0
|
||||
torchaudio>=2.6.0
|
||||
|
||||
# Audio-Ausgabe (Linux/PipeWire/PulseAudio)
|
||||
sounddevice>=0.4.0
|
||||
|
||||
# Pitch-erhaltende Zeitstreckung (Geschwindigkeitsanpassung)
|
||||
pyrubberband>=0.4.0
|
||||
# rubberband-cli muss zusätzlich als Systempakete installiert sein:
|
||||
# sudo apt install rubberband-cli
|
||||
Loading…
Add table
Add a link
Reference in a new issue