Voice conversion pipeline (Soprano TTS → RVC) with Docker support. Previously tracked as bare gitlink; removed .git/ directories and absorbed into main repo for unified tracking. Includes: Soprano TTS, RVC WebUI integration, Docker configs, WebSocket API, and benchmark scripts. Updated .gitignore to exclude large model weights (*.pth, *.pt, *.onnx, *.index). 287 files (3.1GB of ML weights properly excluded via gitignore).
7 lines
41 B
Plaintext
7 lines
41 B
Plaintext
.venv
|
|
*.pth
|
|
*.pt
|
|
*.onnx
|
|
*.index
|
|
backups/
|