1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Solomon Peachy 2024-05-13 11:59:46 -04:00
parent cc45e4d88d
commit 0bfc5d8d99

View file

@ -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',