Initial commit: Korean voice-cloning TTS prototype

FastAPI backend, web UI, CosyVoice3/F5-TTS setup scripts, and handoff docs for GPU PC continuation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-04 13:36:37 +09:00
commit 7101fdcd65
36 changed files with 1937 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# 기본 TTS 엔진: cosyvoice | f5_tts
TTS_MODEL=cosyvoice
# 기본 reference (선택)
# TTS_REF_AUDIO=samples/my_voice_30s.wav
# TTS_REF_TEXT=참조 음성 대본...
TTS_HOST=0.0.0.0
TTS_PORT=8000