Unmute

Unmute the microphone during a voice chat session. Resumes capture on the next loop cycle. Use when this capability is needed.

tomevault-io Updated

File contents

Unmute Microphone

Resume microphone capture during a voice chat session.

Steps

  1. Check that a voice session is active (use Bash):

    source ~/.claude-talk/venvs/wlk/bin/activate
    claude-talk state get SESSION
    

    If 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."

  2. Clear muted state (use Bash):

    source ~/.claude-talk/venvs/wlk/bin/activate
    claude-talk state set MUTED false
    claude-talk state set STATUS listening
    
  3. Confirm: "Microphone unmuted. Listening for speech."


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/cpoepke--claude-talk--unmute commit 5cd521fc9f

Frequently asked questions

npx skillmds@latest add tomevault-io/unmute