forked from len0rd/rockbox
voice: Enable nightly generation of a Spanish voice.
This uses Piper with a Peninsular Spanish voice. I'd like to add Mexican Spanish as well, but then we'd have to use a different TTS engine. Espeak is relatively crappy, and gtts relies on a remote service. Change-Id: I5099f5cc4db5cc037efb5a77c023d4da4c73e813
This commit is contained in:
parent
fdce5c05ef
commit
64d94889a2
1 changed files with 2 additions and 2 deletions
|
@ -703,13 +703,13 @@ sub simbuilds {
|
|||
'gtts' => '-l es',
|
||||
'piper' => 'es_ES-sharvard-medium.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
'enabled' => 1,
|
||||
},
|
||||
'espanol-mx' => {
|
||||
'lang' => 'espanol',
|
||||
'name' => 'Spanish (Mexican)',
|
||||
'short' => 'es-mx',
|
||||
'defengine' => 'espeak',
|
||||
'defengine' => 'espeak', ### Use gtts instead?
|
||||
'engines' => {
|
||||
'espeak' => '-ves -k 6',
|
||||
'gtts' => '-l es -t mx',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue