Tune MeloTTS speed and prosody defaults

This commit is contained in:
2026-05-03 18:24:39 +09:00
parent 46a6b926df
commit f5194f55a1
6 changed files with 53 additions and 6 deletions

View File

@@ -13,7 +13,10 @@ TTS_IMAGE=realtime-voice-bot-melotts:v0.1.2
TTS_LANGUAGE=KR
TTS_SPEAKER=KR
TTS_DEVICE=cpu
TTS_SPEED=1
TTS_SPEED=1.18
TTS_SDP_RATIO=0.22
TTS_NOISE_SCALE=0.55
TTS_NOISE_SCALE_W=0.75
TTS_CACHE_DIR=.local-ai/tts-cache
TTS_OUTPUT_DIR=.local-ai/tts-output
OLLAMA_BASE_URL=http://127.0.0.1:11434