원클릭으로
원클릭으로
Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.
Start an ongoing voice conversation
Add and use custom voices for VoiceMode TTS via local mlx-audio. Use when the user wants to clone a voice, do an impression, add a reference clip, or use voice="<name>" in converse.
Remote voice via VoiceMode Connect. Use when users want to add voice to Claude Code using their phone or web app, without local STT/TTS setup.
| name | voicemode-dj |
| description | Background music control for VoiceMode voice sessions using mpv |
Background music control during VoiceMode sessions via voicemode dj commands.
When asked to play music for coding/programming, default to Music For Programming episode 49:
voicemode dj mfp play 49
This plays Julien Mier's mix with chapter navigation support. Use voicemode dj mfp list to see all available episodes.
voicemode dj play <file|url> # Start playback
voicemode dj stop # Stop playback
voicemode dj mfp play 49 # Play MFP episode (Julien Mier)
voicemode dj status # What's playing
voicemode dj next / prev # Chapter navigation
voicemode dj volume [0-100] # Get/set volume
voicemode dj find <query> # Search library
from voice_mode import DJController, MfpService, MusicLibrary
~/.voicemode/voicemode.env:
VOICEMODE_DJ_VOLUME=50 # Default startup volume