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:
29
config/test_sentences.json
Normal file
29
config/test_sentences.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"cases": [
|
||||
{
|
||||
"id": "short",
|
||||
"label": "짧은 문장",
|
||||
"text": "안녕하세요. 오늘 날씨가 정말 좋네요."
|
||||
},
|
||||
{
|
||||
"id": "long",
|
||||
"label": "긴 문장",
|
||||
"text": "인공지능 음성 합성 기술은 짧은 문장뿐 아니라 긴 설명문에서도 자연스러운 억양과 호흡을 유지해야 하며, 특히 한국어에서는 조사와 어미 변화가 발음 품질에 큰 영향을 줍니다."
|
||||
},
|
||||
{
|
||||
"id": "numbers",
|
||||
"label": "숫자/단위",
|
||||
"text": "회의는 3월 15일 오후 2시 30분에 시작하며, 예산은 약 1,250,000원입니다."
|
||||
},
|
||||
{
|
||||
"id": "mixed",
|
||||
"label": "영어/기호 혼합",
|
||||
"text": "GitHub에서 API 키를 발급받은 뒤, README.md 파일을 확인해 주세요."
|
||||
},
|
||||
{
|
||||
"id": "emotion",
|
||||
"label": "감정/강조",
|
||||
"text": "정말 기뻐요! 드디어 프로젝트가 완성됐어요. 고생 많으셨습니다."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user