mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
voice: Add Spanish (Mexican) to the nightly voice sets.
This uses the piper engine. Peninsular Spanish sounds markedly different from Central/South American Spanish, so it seems prudent to offer both. ...We'll see how the masses feel. Change-Id: Idfd3edd92c2dde7f9288afd99f474e59984689c9
This commit is contained in:
parent
beb7c829da
commit
9b725a9fad
3 changed files with 7 additions and 3 deletions
|
@ -709,13 +709,13 @@ sub simbuilds {
|
|||
'lang' => 'espanol',
|
||||
'name' => 'Spanish (Mexican)',
|
||||
'short' => 'es-mx',
|
||||
'defengine' => 'espeak', ### Use gtts instead?
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-ves -k 6',
|
||||
'gtts' => '-l es -t mx',
|
||||
# No piper voice yet.
|
||||
'piper' => 'es_ES-claude-high.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
'enabled' => 1,
|
||||
},
|
||||
'francais' => {
|
||||
'lang' => 'francais',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue