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
This commit is contained in:
Solomon Peachy 2024-07-24 09:47:43 -04:00
parent e8975cf85c
commit a872e38ccc

View file

@ -610,7 +610,7 @@ sub simbuilds {
'lang' => 'bulgarian', 'lang' => 'bulgarian',
'name' => 'Български (Bulgarian)', 'name' => 'Български (Bulgarian)',
'short' => 'bg', 'short' => 'bg',
'defengine' => 'piper', 'defengine' => 'espeak',
'engines' => { 'engines' => {
'espeak' => '-vbg', 'espeak' => '-vbg',
'gtts' => '-l bg', 'gtts' => '-l bg',