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.

builds: Add Japanese to the nightly voice set (using gtts)

Change-Id: I77fb5601d45c008f72b613f8e67148ccca738b71

+15 -3
+1 -1
apps/lang/japanese.lang
··· 16382 16382 *: "" 16383 16383 </dest> 16384 16384 <voice> 16385 - *: "イングリッシュ" 16385 + *: "日本語" 16386 16386 </voice> 16387 16387 </phrase> 16388 16388 <phrase>
+13 -2
tools/builds.pm
··· 615 615 'lang' => 'bulgarian', 616 616 'name' => 'Български (Bulgarian)', 617 617 'short' => 'bg', 618 - 'defengine' => 'espeak', # XXX Switch to gtts when buildserver is updated 618 + 'defengine' => 'gtts', 619 619 'engines' => { 620 620 'espeak' => '-vbg', 621 621 'gtts' => '-l bg', ··· 757 757 }, 758 758 'enabled' => 1, 759 759 }, 760 - 'korean' => { # 760 + 'japanese' => { 761 + 'lang' => 'japanese', 762 + 'name' => '日本語 (Japanese)', 763 + 'short' => 'ja', 764 + 'defengine' => 'gtts', 765 + 'engines' => { 766 + 'espeak' => '-vja', 767 + 'gtts' => '-l ja', 768 + }, 769 + 'enabled' => 1, 770 + }, 771 + 'korean' => { 761 772 'lang' => 'korean', 762 773 'name' => '한국어 (Korean)', 763 774 'short' => 'ko',
+1
tools/voice.pl
··· 101 101 'francais' => '-l fr', 102 102 'greek' => '-l el', 103 103 'italiano' => '-l it', 104 + 'japanese' => '-l ja', 104 105 'korean' => '-l ko', 105 106 'magyar' => '-l hu', 106 107 'nederlands' => '-l nl',