From a872e38ccc4addc5d911dbfb64707dc6927fe365 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 24 Jul 2024 09:47:43 -0400 Subject: 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 --- tools/builds.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/builds.pm') 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', -- cgit v1.2.3