Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

voice: Add Norwegian Nynorsk voicefile synthesis

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

Change-Id: Ie14c28cf279cf8bb2215deb8f1ec597cb980b3ab

+13 -1
+13 -1
tools/builds.pm
··· 782 782 'norsk' => { 783 783 'lang' => 'norsk', 784 784 'name' => 'Norsk (Norwegian)', 785 - 'short' => 'no', 785 + 'short' => 'nb', 786 786 'defengine' => 'piper', 787 787 'engines' => { 788 788 'espeak' => '-vno', ··· 790 790 'piper' => 'no_NO-talesyntese-medium.onnx', 791 791 }, 792 792 'enabled' => 0, 793 + }, 794 + 'norsk-nynorsk' => { 795 + 'lang' => 'norsk-nynorsk', 796 + 'name' => 'Nynorsk (Norwegian Nynorsk)', 797 + 'short' => 'nn', 798 + 'defengine' => 'piper', 799 + 'engines' => { 800 + 'espeak' => '-vno', 801 + 'gtts' => '-l no', 802 + 'piper' => 'no_NO-talesyntese-medium.onnx', 803 + }, 804 + 'enabled' => 1, 793 805 }, 794 806 'moldoveneste' => { 795 807 'lang' => 'moldoveneste',