mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 05:02:33 -05:00
builds: Enable Vietnamese voices on nightly runs
Change-Id: I0f2c33d2d95695829be672aa2e6fe5b8e683d63a
This commit is contained in:
parent
ef0d75d1e4
commit
e09747fe2b
1 changed files with 12 additions and 0 deletions
|
|
@ -947,6 +947,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'vietnamese' => {
|
||||
'lang' => 'vietnamese',
|
||||
'name' => 'Tiếng Việt (Vietnamese)',
|
||||
'short' => 'vi',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vvi',
|
||||
'gtts' => '-l vi',
|
||||
'piper' => 'vi_VN-vais1000-medium.onnx',
|
||||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
);
|
||||
|
||||
sub byshortname {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue