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:
9
.env.example
Normal file
9
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user