mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
voice: Correct piper voice name for es_MX
Change-Id: I39c78e5067c049b8b269138d7d26273a141deae2
This commit is contained in:
parent
587cf2fca0
commit
505bbcaff5
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue