mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
voice: switch Greek Piper voice to a higher-quality model
Change-Id: I61c04ba6a6b6040c7681786f9b405b645fe4fabe
This commit is contained in:
parent
b9475d79a3
commit
a66d870de0
2 changed files with 2 additions and 2 deletions
|
|
@ -741,7 +741,7 @@ sub simbuilds {
|
|||
'engines' => {
|
||||
'espeak' => '-vel',
|
||||
'gtts' => '-l el',
|
||||
'piper' => 'el_GR-rapunzelina-low.onnx',
|
||||
'piper' => 'el_GR-rapunzelina-medium.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ my %piper_lang_map = (
|
|||
'espanol' => 'es_ES-sharvard-medium.onnx',
|
||||
# 'espanol' => 'es_MX-claude-high.onnx',
|
||||
'francais' => 'fr_FR-siwis-medium.onnx',
|
||||
'greek' => 'el_GR-rapunzelina-low.onnx',
|
||||
'greek' => 'el_GR-rapunzelina-medium.onnx',
|
||||
'italiano' => 'it_IT-paola-medium.onnx',
|
||||
# 'japanese' => '-vja',
|
||||
# 'korean' => '-vko',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue