summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-06 18:30:05 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-07 12:21:54 -0400
commitb9e6e679628cc4157b91341c1126625f36846c23 (patch)
treeee7a8f6e03bff4f4ad5bae57efd4a704fad75f60
parent3b9d804bdf854a52d4555212fed34b4274f7a090 (diff)
downloadrockbox-b9e6e679628cc4157b91341c1126625f36846c23.tar.gz
rockbox-b9e6e679628cc4157b91341c1126625f36846c23.zip
voice: Switch default piper voice for Italian
Change-Id: I9c234e258e0c32f7232851e7e431083b287f73dd
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 763b34f357..b582c96235 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -141,7 +141,7 @@ my %piper_lang_map = (
141 'francais' => 'fr_FR-siwis-medium.onnx', 141 'francais' => 'fr_FR-siwis-medium.onnx',
142 'greek' => 'el_GR-rapunzelina-low.onnx', 142 'greek' => 'el_GR-rapunzelina-low.onnx',
143 'magyar' => 'hu_HU-anna-medium.onnx', 143 'magyar' => 'hu_HU-anna-medium.onnx',
144 'italiano' => 'it_IT-riccardo-x_low.onnx', 144 'italiano' => 'it_IT-paola-medium.onnx',
145# 'japanese' => '-vja', 145# 'japanese' => '-vja',
146 'nederlands' => 'nl_NL-mls-medium.onnx', 146 'nederlands' => 'nl_NL-mls-medium.onnx',
147 'norsk' => 'no_NO-talesyntese-medium.onnx', 147 'norsk' => 'no_NO-talesyntese-medium.onnx',