summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-23 12:14:34 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-23 12:15:27 -0400
commita153f6c266476e6b74d12d357f4894b6aea7c43f (patch)
tree0f14a06036a8762a100f78f3bdd4ab8e9bbc5f10 /tools/voice.pl
parentba4a6f2adcf0e2e1009f5dee1e7a213059cd3ffc (diff)
downloadrockbox-a153f6c266476e6b74d12d357f4894b6aea7c43f.tar.gz
rockbox-a153f6c266476e6b74d12d357f4894b6aea7c43f.zip
voice: Add defaults for Bulgarian voicing, and add it to the nightly builds.
Change-Id: I40e9eaf34c68c3e1f77591862f5c4eb6c2a2c059
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 9ec497b165..89d5f2a041 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -87,6 +87,7 @@ my %festival_lang_map = (
87 87
88my %gtts_lang_map = ( 88my %gtts_lang_map = (
89 'english' => '-l en -t co.uk', # Always first, it's the golden master 89 'english' => '-l en -t co.uk', # Always first, it's the golden master
90 'bulgarian' => 'l bg',
90 'chinese-simp' => '-l zh', 91 'chinese-simp' => '-l zh',
91 'czech' => '-l cs', 92 'czech' => '-l cs',
92 'dansk' => '-l da', 93 'dansk' => '-l da',
@@ -111,6 +112,7 @@ my %gtts_lang_map = (
111 112
112my %espeak_lang_map = ( 113my %espeak_lang_map = (
113 'english' => '-ven-gb -k 5', # Always first, it's the golden master 114 'english' => '-ven-gb -k 5', # Always first, it's the golden master
115 'bulgarian' => '-vbg',
114 'chinese-simp' => '-vzh', 116 'chinese-simp' => '-vzh',
115 'czech' => '-vcs', 117 'czech' => '-vcs',
116 'dansk' => '-vda', 118 'dansk' => '-vda',
@@ -136,6 +138,7 @@ my %espeak_lang_map = (
136 138
137my %piper_lang_map = ( 139my %piper_lang_map = (
138 'english' => 'en_GB-cori-high.onnx', # Always first, it's the golden master 140 'english' => 'en_GB-cori-high.onnx', # Always first, it's the golden master
141# 'bulgarian' => '-vbg',
139 'chinese-simp' => 'zh_CN-huayan-medium.onnx', 142 'chinese-simp' => 'zh_CN-huayan-medium.onnx',
140 'czech' => 'cs_CZ-jirka-medium.onnx', 143 'czech' => 'cs_CZ-jirka-medium.onnx',
141 'dansk' => 'da_DK-talesyntese-medium.onnx', 144 'dansk' => 'da_DK-talesyntese-medium.onnx',