mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
voice: Add support for voicing Brazilian Portuguese. Disabled by default.
Change-Id: Iaef5e59e3dd6037c0fa3ffed1c00a0f7cde411b2
This commit is contained in:
parent
7f63e63d83
commit
fc9076e89f
3 changed files with 25 additions and 10 deletions
|
|
@ -827,6 +827,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'portugues-brasileiro' => {
|
||||
'lang' => 'portugues-brasileiro',
|
||||
'name' => 'Portuguese (Brazilian)',
|
||||
'short' => 'pt-br',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vpt-br',
|
||||
'gtts' => '-l pt -t br',
|
||||
'piper' => 'pt_BR-faber-medium.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
'russian' => {
|
||||
'lang' => 'russian',
|
||||
'name' => 'Русский (Russian)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue