1
0
Fork 0
forked from len0rd/rockbox

Disable nightly Norweigan and Czech voice generation

They are hovering at 61% and 73% respectively.  Our current cutoff
is 75%, and that should arguably be raied to at least 80%.

If anyone complains we can politely request they help with the
translation.

Change-Id: I39fd0a3b40311669c2a644de8c359a29ae066e75
This commit is contained in:
Solomon Peachy 2025-04-04 11:26:58 -04:00
parent 66a18f7c30
commit 1fadf1cd89

View file

@ -639,7 +639,7 @@ sub simbuilds {
'gtts' => '-l cs', 'gtts' => '-l cs',
'piper' => 'cs_CZ-jirka-medium.onnx', 'piper' => 'cs_CZ-jirka-medium.onnx',
}, },
'enabled' => 1, 'enabled' => 0,
}, },
'dansk' => { 'dansk' => {
'lang' => 'dansk', 'lang' => 'dansk',
@ -807,7 +807,7 @@ sub simbuilds {
'gtts' => '-l no', 'gtts' => '-l no',
'piper' => 'no_NO-talesyntese-medium.onnx', 'piper' => 'no_NO-talesyntese-medium.onnx',
}, },
'enabled' => 1, 'enabled' => 0,
}, },
'polski' => { 'polski' => {
'lang' => 'polski', 'lang' => 'polski',