voice: Add Norwegian Nynorsk voicefile synthesis
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 0e7718ed4ecf3eaa0f1c788c78f2c2d672f65e34 Author: Solomon Peachy <[email protected]> Date: Wed Apr 1 08:47:34 2026 -0400 voice: Add Norwegian Nynorsk voicefile synthesis (Enabled, as it now has >98% coverage) Change-Id: Ie14c28cf279cf8bb2215deb8f1ec597cb980b3ab diff --git a/tools/builds.pm b/tools/builds.pm index 1a283dd9b1..0aafee756f 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -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)', -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs