diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-06-06 18:30:05 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-06-07 12:21:54 -0400 |
commit | b9e6e679628cc4157b91341c1126625f36846c23 (patch) | |
tree | ee7a8f6e03bff4f4ad5bae57efd4a704fad75f60 | |
parent | 3b9d804bdf854a52d4555212fed34b4274f7a090 (diff) | |
download | rockbox-b9e6e67962.tar.gz rockbox-b9e6e67962.zip |
voice: Switch default piper voice for Italian
Change-Id: I9c234e258e0c32f7232851e7e431083b287f73dd
-rwxr-xr-x | tools/voice.pl | 2 |
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 = ( 'francais' => 'fr_FR-siwis-medium.onnx', 'greek' => 'el_GR-rapunzelina-low.onnx', 'magyar' => 'hu_HU-anna-medium.onnx', - 'italiano' => 'it_IT-riccardo-x_low.onnx', + 'italiano' => 'it_IT-paola-medium.onnx', # 'japanese' => '-vja', 'nederlands' => 'nl_NL-mls-medium.onnx', 'norsk' => 'no_NO-talesyntese-medium.onnx', |