d6edc69c65
- Flask backend with MiniMax and CosyVoice TTS engines - Frontend UI with emotion tags, speed/pitch/volume controls - Nginx reverse proxy configuration - Dual engine support (MiniMax speech-2.8-hd, CosyVoice v3.5-flash)
20 lines
184 B
Plaintext
20 lines
184 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
venv/
|
|
.env
|
|
|
|
# Audio files (too large for git)
|
|
*.wav
|
|
audio_uploads/*.mp3
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
get-docker.sh
|
|
flask.log
|
|
*.log
|
|
PROJECT_STATUS.md
|