Unmute Microphone
Resume microphone capture during a voice chat session.
Steps
Check that a voice session is active (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate claude-talk state get SESSIONIf it returns non-zero or the value is not "active", tell the user: "No voice chat session is active. Start one with
/claude-talk:start."Clear muted state (use Bash):
source ~/.claude-talk/venvs/wlk/bin/activate claude-talk state set MUTED false claude-talk state set STATUS listeningConfirm: "Microphone unmuted. Listening for speech."
Converted and distributed by TomeVault — claim your Tome and manage your conversions.