summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-29 07:22:47 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-29 07:25:26 -0400
commitcff56c8e8cd966e9a78e45fba658927bbdc25b59 (patch)
tree03ecf63f63a9a1edef52577033231ddad66d259f
parente722334ab13ca7e9af198413a0a08df2e13fbd8c (diff)
downloadrockbox-cff56c8e8cd966e9a78e45fba658927bbdc25b59.tar.gz
rockbox-cff56c8e8cd966e9a78e45fba658927bbdc25b59.zip
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
-rw-r--r--tools/builds.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 6b977b3734..8efd22bbdf 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -610,10 +610,11 @@ sub simbuilds {
610 'lang' => 'bulgarian', 610 'lang' => 'bulgarian',
611 'name' => 'Български (Bulgarian)', 611 'name' => 'Български (Bulgarian)',
612 'short' => 'bg', 612 'short' => 'bg',
613 'defengine' => 'gtts', 613 'defengine' => 'espeak', # XXX Switch to gtts when buildserver is updated
614 'engines' => { 614 'engines' => {
615 'espeak' => '-vbg', 615 'espeak' => '-vbg',
616 'gtts' => '-l bg', 616 'gtts' => '-l bg',
617 # No piper voice yet.
617 }, 618 },
618 'enabled' => 1, 619 'enabled' => 1,
619 }, 620 },