mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
voice: switch Bulgarian voice from espeak to Piper
...Should be much nicer. Change-Id: Ie9afe5ace8a5fae4fa4e52f813be2e57626395ee
This commit is contained in:
parent
a3934f50fe
commit
b9475d79a3
2 changed files with 6 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue