1
0
Fork 0
forked from len0rd/rockbox

builds: Temporarily switch nightly Bulgarian voice back to 'espeak'

Turns out the 'gtts' tool on the buildserver is too old to support
Bulgarian.  Once this is dealt with, go ahead and switch back.

Change-Id: I507b3b736a722569a2050a2e1f61ed4dce210a44
This commit is contained in:
Solomon Peachy 2024-07-29 07:22:47 -04:00
parent e722334ab1
commit cff56c8e8c

View file

@ -610,10 +610,11 @@ sub simbuilds {
'lang' => 'bulgarian', 'lang' => 'bulgarian',
'name' => 'Български (Bulgarian)', 'name' => 'Български (Bulgarian)',
'short' => 'bg', 'short' => 'bg',
'defengine' => 'gtts', 'defengine' => 'espeak', # XXX Switch to gtts when buildserver is updated
'engines' => { 'engines' => {
'espeak' => '-vbg', 'espeak' => '-vbg',
'gtts' => '-l bg', 'gtts' => '-l bg',
# No piper voice yet.
}, },
'enabled' => 1, 'enabled' => 1,
}, },