diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-05-13 11:59:46 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-05-13 12:02:17 -0400 |
commit | 0bfc5d8d9931bfd10a8da3f7f74844af837c6fbd (patch) | |
tree | 78defcfb0f2c0615648620388afce7e2de41fbe7 | |
parent | cc45e4d88de73047d9410dd35e6280379f0a65bb (diff) | |
download | rockbox-0bfc5d8d99.tar.gz rockbox-0bfc5d8d99.zip |
voice: Switch default piper voice for english-us
The original one was picked at random; while I personally find it
pleasing, it's soft spoken and doesn't work well when voicing over
already-playing music.
Change-Id: I0ed033f02a54f42e2d0729cab883068ecaad6faa
-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 9efc844c10..bbe82a086b 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -133,7 +133,7 @@ my %piper_lang_map = ( 'czech' => 'cs_CZ-jirka-medium.onnx', 'dansk' => 'da_DK-talesyntese-medium.onnx', 'deutsch' => 'de_DE-thorsten-high.onnx', - 'english-us' => 'en_US-libritts-high.onnx', + 'english-us' => 'en_US-lessac-high.onnx', 'espanol' => 'es_ES-sharvard-medium.onnx', 'francais' => 'fr_FR-siwis-medium.onnx', 'greek' => 'el_GR-rapunzelina-low.onnx', |