dev.voicemode
voicemode
Natural voice conversations for AI assistants - STT/TTS via MCP
stdiocommunityinfra
Package Details
voice-mode
Transportstdio
Environment Variables
OPENAI_API_KEY(str)
Secret
OpenAI API key for cloud-based STT/TTS (optional - local services can be installed)
VOICEMODE_DEBUG(str)
Enable debug mode with detailed logging (true/false)
VOICEMODE_SKIP_TTS(str)
Skip TTS and show text only for faster response (true/false)
VOICEMODE_PREFER_LOCAL(str)
Prefer local services over cloud when available (true/false, default: true)
VOICEMODE_AUDIO_FORMAT(str)
Audio format: pcm, mp3, wav, flac, aac, opus (default: pcm)
VOICEMODE_WHISPER_MODEL(str)
Whisper model: tiny, base, small, medium, large (default: base)
VOICEMODE_DISABLE_SILENCE_DETECTION(str)
Disable silence detection for continuous recording (true/false)