1
0
Fork 0
forked from len0rd/rockbox

voice: Switch default piper voice for Italian

Change-Id: I9c234e258e0c32f7232851e7e431083b287f73dd
This commit is contained in:
Solomon Peachy 2024-06-06 18:30:05 -04:00
parent 3b9d804bdf
commit b9e6e67962

View file

@ -141,7 +141,7 @@ my %piper_lang_map = (
'francais' => 'fr_FR-siwis-medium.onnx', 'francais' => 'fr_FR-siwis-medium.onnx',
'greek' => 'el_GR-rapunzelina-low.onnx', 'greek' => 'el_GR-rapunzelina-low.onnx',
'magyar' => 'hu_HU-anna-medium.onnx', 'magyar' => 'hu_HU-anna-medium.onnx',
'italiano' => 'it_IT-riccardo-x_low.onnx', 'italiano' => 'it_IT-paola-medium.onnx',
# 'japanese' => '-vja', # 'japanese' => '-vja',
'nederlands' => 'nl_NL-mls-medium.onnx', 'nederlands' => 'nl_NL-mls-medium.onnx',
'norsk' => 'no_NO-talesyntese-medium.onnx', 'norsk' => 'no_NO-talesyntese-medium.onnx',