mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
voice: Switch default Turkish Piper TTS voice from fettah to dfki
The former was removed from the upstream repositories "at the request of contributors", leaving only the latter. Change-Id: I4afe827be9037915d6d13b4d7ec0713509b88da3
This commit is contained in:
parent
2e532129d7
commit
2c30a6e243
2 changed files with 2 additions and 2 deletions
|
|
@ -938,7 +938,7 @@ sub simbuilds {
|
|||
'engines' => {
|
||||
'espeak' => '-vtr',
|
||||
'gtts' => '-l tr',
|
||||
'piper' => 'tr_TR-fettah-medium.onnx',
|
||||
'piper' => 'tr_TR-dfki-medium.onnx',
|
||||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ my %piper_lang_map = (
|
|||
'slovak' => 'sk_SK-lili-medium.onnx',
|
||||
'srpski' => 'sr_RS-serbski_institut-medium.onnx',
|
||||
'svenska' => 'sv_SE-nst-medium.onnx',
|
||||
'turkce' => 'tr_TR-fettah-medium.onnx',
|
||||
'turkce' => 'tr_TR-dfki-medium.onnx',
|
||||
'ukrainian' => 'uk_UA-ukrainian_tts-medium',
|
||||
'vietnamese' => 'vi_VN-vais1000-medium.onnx',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue