summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-22 20:34:40 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-22 20:34:40 -0400
commitc72030f98c953a82ed6f5c7132ad000c3d5f4a16 (patch)
tree666aabb2f1277fc3ca190b7eff200385d0c7ed73 /tools/voice.pl
parente8257580c63244c784b57ee917919f9ea23c40ec (diff)
downloadrockbox-c72030f98c953a82ed6f5c7132ad000c3d5f4a16.tar.gz
rockbox-c72030f98c953a82ed6f5c7132ad000c3d5f4a16.zip
voice: Add default voice entries for Korean for gtts and espeak
(Piper does not have a Korean voice set yet) Change-Id: I6675aed6f7b1f376cd80bcb447ceae8e6bedac36
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index d2ec6c446d..9ec497b165 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -96,8 +96,9 @@ my %gtts_lang_map = (
96 'espanol' => '-l es', 96 'espanol' => '-l es',
97 'francais' => '-l fr', 97 'francais' => '-l fr',
98 'greek' => '-l el', 98 'greek' => '-l el',
99 'magyar' => '-l hu',
100 'italiano' => '-l it', 99 'italiano' => '-l it',
100 'korean' => '-l ko',
101 'magyar' => '-l hu',
101 'nederlands' => '-l nl', 102 'nederlands' => '-l nl',
102 'norsk' => '-l no', 103 'norsk' => '-l no',
103 'polski' => '-l pl', 104 'polski' => '-l pl',
@@ -119,9 +120,10 @@ my %espeak_lang_map = (
119 'espanol' => '-ves', 120 'espanol' => '-ves',
120 'francais' => '-vfr-fr', 121 'francais' => '-vfr-fr',
121 'greek' => '-vel', 122 'greek' => '-vel',
122 'magyar' => '-vhu',
123 'italiano' => '-vit', 123 'italiano' => '-vit',
124 'japanese' => '-vja', 124 'japanese' => '-vja',
125 'korean' => '-vko',
126 'magyar' => '-vhu',
125 'nederlands' => '-vnl', 127 'nederlands' => '-vnl',
126 'norsk' => '-vno', 128 'norsk' => '-vno',
127 'polski' => '-vpl', 129 'polski' => '-vpl',