@@ -34,7 +34,7 @@ FastGraphics, FastImage, FastImageView, FastDisplay, FastColorSearch
3434FastIO, FastMemoryScan, FastGPUCopy, FastIPC, FastClipboard
3535
3636### Audio
37- FastAudioCapture, FastAudio, FastOCR
37+ FastAudioCapture, FastAudio, FastTTS, FastSTT, FastOCR
3838
3939### Algorithms & Utilities
4040FastMath, FastSIMD, FastString, FastBytes, FastHash, FastJSON, FastParse, FastRegex, FastSort, FastCompress, FastPathfinder, FastEventBus, FastHookChain, FastDetour, FastThreading, FastBenchmark
@@ -104,6 +104,8 @@ FastJava, FastCore, FastPlugin
104104| -------| -----------|
105105| ** FastAudioCapture** | WASAPI statt Java Sound für <10ms Latenz. Loopback-Capture für Audio-Trigger-Bots. |
106106| ** FastAudio** | Audio-Ausgabe für Feedback/Sprachausgabe. Gegenstück zu FastAudioCapture. |
107+ | ** FastTTS** | Text-to-Speech für Sprachausgabe. Piper (lokal), Coqui, ElevenLabs API, System TTS. Für Voice-Bots und Accessibility. |
108+ | ** FastSTT** | Speech-to-Text für Spracherkennung. Whisper (lokal), Vosk, System STT. Für Voice-Commands und Transcription. |
107109| ** FastOCR** | Text in Screenshots lesen für Quest-Logs, Chat-Nachrichten, UI-Elemente. |
108110
109111### Algorithms & Utilities
@@ -153,7 +155,7 @@ FastJava, FastCore, FastPlugin
153155
154156| Modul | Erklärung |
155157| -------| -----------|
156- | ** FastJava** | Das übergeordnete Ökosystem. Meta-Modul für alle 65 Module. |
158+ | ** FastJava** | Das übergeordnete Ökosystem. Meta-Modul für alle 67 Module. |
157159| ** FastCore** | Unified JNI Loader. Lädt alle DLLs, managed Versions, Error-Translation. |
158160| ** FastPlugin** | Plugin-System für 3rd-Party Module. Hot-Reload und API-Registry. |
159161
@@ -458,13 +460,13 @@ Komplette Seitenstruktur für `/docs`:
458460| ** System & Window** | 9 | 0 |
459461| ** Display & Graphics** | 5 | 1 (FastGraphics WIP) |
460462| ** Data & I/O** | 5 | 0 |
461- | ** Audio** | 2 | 0 |
463+ | ** Audio** | 4 | 0 |
462464| ** Algorithms & Utils** | 15 | 0 |
463465| ** Debugging & Testing** | 4 | 0 |
464466| ** AI & ML** | 9 | 0 |
465467| ** Platform** | 3 | 0 |
466- | ** Gesamt** | ** 65 ** | ** 3** |
468+ | ** Gesamt** | ** 67 ** | ** 3** |
467469
468470---
469471
470- * Generated: 2026-04-13 | FastJava MAP v2.1 (65 Module)*
472+ * Generated: 2026-04-13 | FastJava MAP v2.2 (67 Module)*
0 commit comments