mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-22 15:54:49 +00:00
Try again with native
This commit is contained in:
@@ -115,7 +115,10 @@ def main() -> None:
|
||||
|
||||
for lang_code in sorted(voices_by_lang_code):
|
||||
lang_info = _LANGUAGES[lang_code]
|
||||
print("*", lang_info.english, f"({lang_code})")
|
||||
if lang_code.startswith("en_"):
|
||||
print("*", lang_info.english, f"({lang_code})")
|
||||
else:
|
||||
print("*", lang_info.english, f"(`{lang_code}`, {lang_info.native})")
|
||||
|
||||
last_dataset = None
|
||||
for voice in sorted(
|
||||
|
||||
Reference in New Issue
Block a user