voice: Add Norwegian Nynorsk voicefile synthesis

(Enabled, as it now has >98% coverage)

Change-Id: Ie14c28cf279cf8bb2215deb8f1ec597cb980b3ab
This commit is contained in:
Solomon Peachy 2026-04-01 08:47:34 -04:00
parent a2f652cf1f
commit 0e7718ed4e

View file

@ -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)',