managarten/services/matrix-stt-bot
Till-JS e357f9f292 feat(matrix-stt-bot): add speech-to-text Matrix bot
- New bot that transcribes voice messages to text
- Uses mana-stt service (Whisper/Voxtral) for transcription
- Supports German and English with auto-detection
- Commands: !language, !model, !status, !help
- Runs on port 3024

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-14 14:29:34 +01:00
..
src feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
.env.example feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
CLAUDE.md feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
Dockerfile feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
nest-cli.json feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
package.json feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
tsconfig.build.json feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00
tsconfig.json feat(matrix-stt-bot): add speech-to-text Matrix bot 2026-02-14 14:29:34 +01:00