From 0e7718ed4ecf3eaa0f1c788c78f2c2d672f65e34 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 1 Apr 2026 08:47:34 -0400 Subject: [PATCH] voice: Add Norwegian Nynorsk voicefile synthesis (Enabled, as it now has >98% coverage) Change-Id: Ie14c28cf279cf8bb2215deb8f1ec597cb980b3ab --- tools/builds.pm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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)',