mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
builds.pm: Add disabled TTS entry for Hungrarian
Will enable once we cross the 85% threshold. Change-Id: Ia3c5c591fe0bd8bec610e7025e98b8c868e0bfc8
This commit is contained in:
parent
84b883907f
commit
b4565feed6
1 changed files with 12 additions and 0 deletions
|
@ -791,6 +791,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'magyar' => {
|
||||
'lang' => 'magyar',
|
||||
'name' => 'Magyar (Hungarian)',
|
||||
'short' => 'hu',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vhu',
|
||||
'gtts' => '-l hu',
|
||||
'piper' => 'hu_HU-berta-medium.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
'nederlands' => {
|
||||
'lang' => 'nederlands',
|
||||
'name' => 'Nederlands (Dutch)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue