fix(calibration): fallback voices use madcat-tts cart IDs, not piper model names
This commit is contained in:
+2
-2
@@ -76,8 +76,8 @@ log = logging.getLogger("chat-saiden.calibration")
|
|||||||
# FALLBACK_VOICES: used when no .pcart config is found.
|
# FALLBACK_VOICES: used when no .pcart config is found.
|
||||||
# These are the known-good piper voice IDs shipped with the TTS host.
|
# These are the known-good piper voice IDs shipped with the TTS host.
|
||||||
FALLBACK_VOICES: dict[str, str] = {
|
FALLBACK_VOICES: dict[str, str] = {
|
||||||
"en": "en_US-lessac-medium",
|
"en": "bt7274-en",
|
||||||
"pl": "pl_PL-gosia-medium",
|
"pl": "bt7274-pl",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Populated at module load from the persona's cart.toml (see _load_persona_voices).
|
# Populated at module load from the persona's cart.toml (see _load_persona_voices).
|
||||||
|
|||||||
Reference in New Issue
Block a user