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 support for voicing Latvian. Disabled by default.

Change-Id: Ieeec14bf259518232fb158a87abab7d4e58362c8

+15
+12
tools/builds.pm
··· 779 779 }, 780 780 'enabled' => 1, 781 781 }, 782 + 'latviesu' => { 783 + 'lang' => 'latviesu', 784 + 'name' => 'Latviešu (Latvian)', 785 + 'short' => 'lv', 786 + 'defengine' => 'piper', 787 + 'engines' => { 788 + 'espeak' => '-vlv', 789 + 'gtts' => '-l lv', 790 + 'piper' => 'lv_LV-aivars-medium.onnx', 791 + }, 792 + 'enabled' => 0, 793 + }, 782 794 'nederlands' => { 783 795 'lang' => 'nederlands', 784 796 'name' => 'Nederlands (Dutch)',
+3
tools/voice.pl
··· 103 103 'italiano' => '-l it', 104 104 'japanese' => '-l ja', 105 105 'korean' => '-l ko', 106 + 'latviesu' => '-l lv', 106 107 'magyar' => '-l hu', 107 108 'nederlands' => '-l nl', 108 109 'norsk' => '-l no', ··· 130 131 'italiano' => '-vit', 131 132 'japanese' => '-vja', 132 133 'korean' => '-vko', 134 + 'latviesu' => '-vlv', 133 135 'magyar' => '-vhu', 134 136 'nederlands' => '-vnl', 135 137 'norsk' => '-vno', ··· 157 159 'italiano' => 'it_IT-paola-medium.onnx', 158 160 # 'japanese' => '-vja', 159 161 # 'korean' => '-vko', 162 + 'latviesu' => 'lv_LV-aivars-medium.onnx', 160 163 'magyar' => 'hu_HU-anna-medium.onnx', 161 164 'nederlands' => 'nl_NL-mls-medium.onnx', 162 165 'norsk' => 'no_NO-talesyntese-medium.onnx',