feat(tts): Aussprache-Lexika für alle 8 Piper-Sprachen — Eigenname Dieter Schlüter
Neue Dateien: pronunciation.fr/es/it/nl/ru/zh.yaml Erweitert: pronunciation.en.yaml Strategie: Textersetzung in der Zielsprach-Orthographie (kein IPA nötig). - EN: "Deeter Schlueter" (ie→/aɪ/ umgehen, ü als ue) - FR: "Chluteur" (ch=/ʃ/, u=/y/=ü, eur=/œʁ/ → /ʃlytœʁ/) - NL: "Schluuter" (uu=/yː/=ü, sch=/sx/) - ES/IT: "Schlueter" (kein /ʃ/ verfügbar, beste Näherung) - RU: Kyrillisch "Дитер Шлютер" (espeak-ru liest Latein schlecht) - ZH: Hanzi "迪特 施吕特" (施=/ʃɨ/, 吕=lǚ=/ly/=ü — trifft Klang genau) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
81d4cf6fd8
commit
0074593002
7 changed files with 85 additions and 0 deletions
14
config/pronunciation.ru.yaml
Normal file
14
config/pronunciation.ru.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Словарь произношения (Русский) для нормализации TTS перед Piper.
|
||||
# Wirkt nur bei lokalem TTS (piper, Stufe "full").
|
||||
# Kyrillisch verwenden — espeak-ng ru phonemisiert lateinische Buchstaben schlecht.
|
||||
|
||||
abbreviations:
|
||||
|
||||
units:
|
||||
|
||||
terms:
|
||||
# Имя ответственного за систему — кириллическая транскрипция.
|
||||
# "Шлютер": Ш=/ʃ/, лю=/lʲu/ (nächste Annäherung an /lyː/), тер=/tʲɛr/.
|
||||
# "Дитер": Д=/d/, и=/i/, тер=/tʲɛr/ → /dʲitʲɛr/ ≈ deutsch /ˈdiːtɐ/.
|
||||
"Dieter": "Дитер"
|
||||
"Schlüter": "Шлютер"
|
||||
Loading…
Add table
Add a link
Reference in a new issue