mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
voice: Add the bits needed to voice Ukrainian, and enable it by default
Change-Id: I002fd5022539db6f8e4270c24e0112e151f7e516
This commit is contained in:
parent
232e5b4daf
commit
e72c42df20
2 changed files with 15 additions and 0 deletions
|
|
@ -905,6 +905,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'ukrainian' => {
|
||||
'lang' => 'ukrainian',
|
||||
'name' => 'украї́нська (Ukrainian)',
|
||||
'short' => 'uk',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vuk',
|
||||
'gtts' => '-l uk',
|
||||
'piper' => 'uk_UA-ukrainian_tts-medium.onnx',
|
||||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
);
|
||||
|
||||
sub byshortname {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue