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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user