mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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:
parent
e8975cf85c
commit
a872e38ccc
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue