Initial commit: chatterbox TTS CLI v4
This commit is contained in:
commit
bed29fb1c8
6 changed files with 1434 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# Ausgabe-Dateien
|
||||
*.wav
|
||||
*.mp3
|
||||
*.ogg
|
||||
|
||||
# Persönliche Daten (Stimmaufnahmen)
|
||||
my_voice*.wav
|
||||
voice_*.wav
|
||||
|
||||
# Umgebung
|
||||
.env
|
||||
*.log
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Claude Code
|
||||
.claude/
|
||||
Loading…
Add table
Add a link
Reference in a new issue