1
0
Fork 0
forked from len0rd/rockbox

voice: Add defaults for Bulgarian voicing, and add it to the nightly builds.

Change-Id: I40e9eaf34c68c3e1f77591862f5c4eb6c2a2c059
This commit is contained in:
Solomon Peachy 2024-07-23 12:14:34 -04:00
parent ba4a6f2adc
commit a153f6c266
3 changed files with 19 additions and 5 deletions

View file

@ -87,6 +87,7 @@ my %festival_lang_map = (
my %gtts_lang_map = (
'english' => '-l en -t co.uk', # Always first, it's the golden master
'bulgarian' => 'l bg',
'chinese-simp' => '-l zh',
'czech' => '-l cs',
'dansk' => '-l da',
@ -111,6 +112,7 @@ my %gtts_lang_map = (
my %espeak_lang_map = (
'english' => '-ven-gb -k 5', # Always first, it's the golden master
'bulgarian' => '-vbg',
'chinese-simp' => '-vzh',
'czech' => '-vcs',
'dansk' => '-vda',
@ -136,6 +138,7 @@ my %espeak_lang_map = (
my %piper_lang_map = (
'english' => 'en_GB-cori-high.onnx', # Always first, it's the golden master
# 'bulgarian' => '-vbg',
'chinese-simp' => 'zh_CN-huayan-medium.onnx',
'czech' => 'cs_CZ-jirka-medium.onnx',
'dansk' => 'da_DK-talesyntese-medium.onnx',