Pure-Python alternative to melo-test/ when the MeloTTS native build chain (MeCab/Rust/fugashi/mecab-python3/tokenizers) refuses to install. - edge-test/server.py: FastAPI + edge_tts.Communicate.stream() -> mp3, 9 Korean Neural voices, rate/pitch knobs. - edge-test/index.html: voice selector + rate/pitch + presets + audio. - requirements.txt: edge-tts + fastapi + uvicorn. No native deps. - README: comparison table vs MeloTTS, setup, caveat that edge-tts is an unofficial wrapper over the Edge "Read Aloud" endpoint. Default port 7861 so it coexists with melo-test/ (7860). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
# 순수 Python 패키지만. 네이티브 빌드 의존성 없음.
|
|
edge-tts>=6.1.0
|
|
fastapi>=0.110
|
|
uvicorn[standard]>=0.27
|
|
pydantic>=2.0
|