voice: Correct piper voice name for es_MX

Change-Id: I39c78e5067c049b8b269138d7d26273a141deae2
This commit is contained in:
Solomon Peachy 2024-11-21 07:42:27 -05:00
parent 587cf2fca0
commit 505bbcaff5
2 changed files with 2 additions and 2 deletions

View file

@ -713,7 +713,7 @@ sub simbuilds {
'engines' => {
'espeak' => '-ves -k 6',
'gtts' => '-l es -t mx',
'piper' => 'es_ES-claude-high.onnx',
'piper' => 'es_MX-claude-high.onnx',
},
'enabled' => 1,
},

View file

@ -150,7 +150,7 @@ my %piper_lang_map = (
# 'eesti' => '-vet',
'english-us' => 'en_US-lessac-high.onnx',
'espanol' => 'es_ES-sharvard-medium.onnx',
# 'espanol' => 'es_ES-claude-high.onnx',
# 'espanol' => 'es_MX-claude-high.onnx',
'francais' => 'fr_FR-siwis-medium.onnx',
'greek' => 'el_GR-rapunzelina-low.onnx',
'italiano' => 'it_IT-paola-medium.onnx',