docs: Aussprache-Pipeline aktualisieren (Normalizer/Chunker/Lexikon, piper echt)
- Architektur §5: Spoken-Adapter (Listen->Ordinalwoerter), Sentence-Chunker (keine Trennung nach Ziffer+Punkt/Abk.), TTS-Normalizer (Ordinalia/Einheiten/ Abk./YAML-Lexikon, provider-abhaengige Stufen) + german_numbers im Baum. - Architektur: piper als echtes lokales TTS (nicht mehr Stub); nur chatterbox Stub. - README: Feature-Bullet Aussprache-Normalisierung + add_pronunciation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
37b14773f2
commit
bef02a663a
2 changed files with 14 additions and 10 deletions
|
|
@ -13,6 +13,7 @@ Praktische Bedienung: [`BEDIENUNGSANLEITUNG.md`](BEDIENUNGSANLEITUNG.md).
|
|||
|
||||
- **Pipeline mit getrennter Semantik/Sprache:** STT → Input-Cleaner → LLM → Spoken-Adapter → TTS-Normalizer → TTS
|
||||
- **Provider austauschbar** über Registry (OpenRouter remote; lokales STT via faster-whisper `.[local]`; **lokales TTS via piper**; chatterbox-TTS noch Stub)
|
||||
- **Aussprache-Normalisierung** vor dem TTS (Ordinalia/Einheiten/Abkürzungen + YAML-Lexikon, provider-abhängig `TTS_NORMALIZE_LEVEL`); Pflege per `scripts/add_pronunciation.py`
|
||||
- **Geschichtete Konfiguration** mit Profilen (`local-dev` / `hybrid` / `cloud`)
|
||||
- **Routing auf jeder Ebene:** Default → Profil → Nutzer → Session → Request
|
||||
- **Authentifizierung** (Bearer-Token) + persistente Nutzer/Sessions (SQLite)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue