voice: switch Bulgarian voice from espeak to Piper

...Should be much nicer.

Change-Id: Ie9afe5ace8a5fae4fa4e52f813be2e57626395ee
This commit is contained in:
Solomon Peachy 2025-11-02 00:06:43 -04:00
parent a3934f50fe
commit b9475d79a3
2 changed files with 6 additions and 3 deletions

View file

@ -615,11 +615,11 @@ sub simbuilds {
'lang' => 'bulgarian',
'name' => 'Български (Bulgarian)',
'short' => 'bg',
'defengine' => 'espeak',
'defengine' => 'piper',
'engines' => {
'espeak' => '-vbg',
'gtts' => '-l bg',
# No piper voice yet.
'piper' => 'bg_BG-dimitar-medium.onnx',
},
'enabled' => 1,
},