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:
Solomon Peachy 2026-01-04 14:20:43 -05:00
parent 2e532129d7
commit 2c30a6e243
2 changed files with 2 additions and 2 deletions

View file

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

View file

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