mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
builds: Switch default Bulgarian voice to 'gtts'
I don't like hitting an external service but the voice pool makes this largely a one-off. Change-Id: Icbf7951800ef4cdf863f1e7eef7c490f2329f504
This commit is contained in:
parent
566d99aced
commit
adbb005fd2
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ sub simbuilds {
|
|||
'lang' => 'bulgarian',
|
||||
'name' => 'Български (Bulgarian)',
|
||||
'short' => 'bg',
|
||||
'defengine' => 'espeak',
|
||||
'defengine' => 'gtts',
|
||||
'engines' => {
|
||||
'espeak' => '-vbg',
|
||||
'gtts' => '-l bg',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue