summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-24 09:47:43 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-24 09:47:43 -0400
commita872e38ccc4addc5d911dbfb64707dc6927fe365 (patch)
treed9c3ef1281556be1712225267c2293c4c9645b49 /tools
parente8975cf85cda7d69f5bc39e3c6970ec4e231aa34 (diff)
downloadrockbox-a872e38ccc4addc5d911dbfb64707dc6927fe365.tar.gz
rockbox-a872e38ccc4addc5d911dbfb64707dc6927fe365.zip
voices: Use espeak, not piper, to build bulgarian voices.
As there was no bulgarian piper voice, it defaulted to czech, with very bad results. Change-Id: I15dd7c3007d7b7e50a40bea20c37640e7aebb39e
Diffstat (limited to 'tools')
-rw-r--r--tools/builds.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index fbe87110a0..ba3fb2aad5 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -610,7 +610,7 @@ sub simbuilds {
610 'lang' => 'bulgarian', 610 'lang' => 'bulgarian',
611 'name' => 'Български (Bulgarian)', 611 'name' => 'Български (Bulgarian)',
612 'short' => 'bg', 612 'short' => 'bg',
613 'defengine' => 'piper', 613 'defengine' => 'espeak',
614 'engines' => { 614 'engines' => {
615 'espeak' => '-vbg', 615 'espeak' => '-vbg',
616 'gtts' => '-l bg', 616 'gtts' => '-l bg',