diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-29 07:22:47 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-29 07:25:26 -0400 |
commit | cff56c8e8cd966e9a78e45fba658927bbdc25b59 (patch) | |
tree | 03ecf63f63a9a1edef52577033231ddad66d259f | |
parent | e722334ab13ca7e9af198413a0a08df2e13fbd8c (diff) | |
download | rockbox-cff56c8e8c.tar.gz rockbox-cff56c8e8c.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.pm | 3 |
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 { 'lang' => 'bulgarian', 'name' => 'Български (Bulgarian)', 'short' => 'bg', - 'defengine' => 'gtts', + 'defengine' => 'espeak', # XXX Switch to gtts when buildserver is updated 'engines' => { 'espeak' => '-vbg', 'gtts' => '-l bg', + # No piper voice yet. }, 'enabled' => 1, }, |