mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
voice: Add Norwegian Nynorsk voicefile synthesis
(Enabled, as it now has >98% coverage) Change-Id: Ie14c28cf279cf8bb2215deb8f1ec597cb980b3ab
This commit is contained in:
parent
a2f652cf1f
commit
0e7718ed4e
1 changed files with 13 additions and 1 deletions
|
|
@ -782,7 +782,7 @@ sub simbuilds {
|
|||
'norsk' => {
|
||||
'lang' => 'norsk',
|
||||
'name' => 'Norsk (Norwegian)',
|
||||
'short' => 'no',
|
||||
'short' => 'nb',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vno',
|
||||
|
|
@ -791,6 +791,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
'norsk-nynorsk' => {
|
||||
'lang' => 'norsk-nynorsk',
|
||||
'name' => 'Nynorsk (Norwegian Nynorsk)',
|
||||
'short' => 'nn',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vno',
|
||||
'gtts' => '-l no',
|
||||
'piper' => 'no_NO-talesyntese-medium.onnx',
|
||||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'moldoveneste' => {
|
||||
'lang' => 'moldoveneste',
|
||||
'name' => 'Moldovenească (Moldavian)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue