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:
parent
cc45e4d88d
commit
0bfc5d8d99
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue