diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-24 09:47:43 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-24 09:47:43 -0400 |
commit | a872e38ccc4addc5d911dbfb64707dc6927fe365 (patch) | |
tree | d9c3ef1281556be1712225267c2293c4c9645b49 | |
parent | e8975cf85cda7d69f5bc39e3c6970ec4e231aa34 (diff) | |
download | rockbox-a872e38ccc.tar.gz rockbox-a872e38ccc.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
-rw-r--r-- | tools/builds.pm | 2 |
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 { 'lang' => 'bulgarian', 'name' => 'Български (Bulgarian)', 'short' => 'bg', - 'defengine' => 'piper', + 'defengine' => 'espeak', 'engines' => { 'espeak' => '-vbg', 'gtts' => '-l bg', |