mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
voice: Add support for voicing Latvian. Disabled by default.
Change-Id: Ieeec14bf259518232fb158a87abab7d4e58362c8
This commit is contained in:
parent
b5d2c1eb51
commit
21941a8165
2 changed files with 15 additions and 0 deletions
|
|
@ -779,6 +779,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'latviesu' => {
|
||||
'lang' => 'latviesu',
|
||||
'name' => 'Latviešu (Latvian)',
|
||||
'short' => 'lv',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vlv',
|
||||
'gtts' => '-l lv',
|
||||
'piper' => 'lv_LV-aivars-medium.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
'nederlands' => {
|
||||
'lang' => 'nederlands',
|
||||
'name' => 'Nederlands (Dutch)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue