mirror of
https://github.com/sudoxnym/wyoming-chatterbox.git
synced 2026-04-14 11:37:25 +00:00
features: - voice cloning with 10-30s audio sample - gpu-accelerated inference - volume boost option - pip installable 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
175 B
Text
24 lines
175 B
Text
# python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
venv/
|
|
ENV/
|
|
|
|
# audio files
|
|
*.wav
|
|
*.mp3
|
|
|
|
# ide
|
|
.vscode/
|
|
.idea/
|
|
|
|
# os
|
|
.DS_Store
|
|
Thumbs.db
|