跳转到内容

Text-to-Speech (TTS)

此内容尚不支持你的语言。

Clawdbot can respond with voice messages using text-to-speech synthesis.

EngineQualitySpeedCost
OpenAI TTSHighFastPaid
ElevenLabsVery HighMediumPaid
Google TTSMediumFastFree tier
Local (pyttsx3)LowFastFree
Terminal window
TTS_ENABLED=true
TTS_ENGINE=openai
OPENAI_API_KEY=sk-xxxxx
TTS_VOICE=alloy # alloy, echo, fable, onyx, nova, shimmer
Terminal window
TTS_ENABLED=true
TTS_ENGINE=elevenlabs
ELEVENLABS_API_KEY=xxxxx
TTS_VOICE=voice_id
Terminal window
TTS_ENABLED=true
TTS_ENGINE=google
TTS_LANGUAGE=en
Terminal window
TTS_ENABLED=true
TTS_ENGINE=local
ChannelVoice Support
Telegram✅ Voice messages
Discord✅ Voice channels
WhatsApp⚠️ Limited
Slack

When enabled, add --voice or configure auto-TTS:

Terminal window
# All responses as voice
TTS_AUTO=true
# Only when requested
TTS_AUTO=false
TTS_TRIGGER=voice # User says "voice" to get audio