my_voice_assistant_v3/config/pronunciation.en.yaml
Dieter Schlüter 0074593002 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>
2026-06-19 14:29:22 +02:00

17 lines
581 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Pronunciation lexicon (English) for TTS normalization before piper.
# Grundgerüst entries here extend/override the normalizer's built-in defaults.
# Only applied for local TTS (piper, level "full").
abbreviations:
# "approx.": "approximately"
units:
# "kWh": "kilowatt hours"
terms:
# "SQL": "sequel"
# Name des Systembetreibers: phonetische Anpassung für englische Aussprache.
# "ie" in EN → /aɪ/ ("die"); "Deeter" ergibt /ˈdiːtər/.
# "Schlueter" = eingedeutschte Schreibung, EN-espeak: /ˈʃluːtər/.
"Dieter": "Deeter"
"Schlüter": "Schlueter"