docs: add comprehensive voice mode documentation

Cover CLI voice mode, Telegram/Discord auto voice reply, and Discord
voice channel support. Include setup guide with bot permissions, OAuth2
invite URL, privileged intents, system dependencies, and Python packages.
Update discord.md voice messages section with correct STT key reference.
This commit is contained in:
0xbyt4 2026-03-11 15:13:33 +03:00
parent c0c358d051
commit 2bb2312ea2
2 changed files with 402 additions and 2 deletions

View file

@ -210,8 +210,8 @@ Replace the ID with the actual channel ID (right-click → Copy Channel ID with
Hermes Agent supports Discord voice messages:
- **Incoming voice messages** are automatically transcribed using Whisper (requires `VOICE_TOOLS_OPENAI_KEY` to be set in your environment).
- **Text-to-speech**: When TTS is enabled, the bot can send spoken responses as MP3 file attachments.
- **Incoming voice messages** are automatically transcribed using Whisper (requires `GROQ_API_KEY` or `VOICE_TOOLS_OPENAI_KEY` to be set in your environment).
- **Text-to-speech**: Use `/voice tts` to have the bot send spoken audio responses alongside text replies.
## Troubleshooting