claude-code - 💡(How to fix) Fix Voice input stops working after long sessions ("No audio detected from microphone") [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52845Fetched 2026-04-25 06:19:21
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Voice input stops working during long Claude Code sessions. The error message "No audio detected from microphone. Check that the…" appears when trying to use voice input after the session has been running for a while.

Error Message

Voice input stops working during long Claude Code sessions. The error message "No audio detected from microphone. Check that the…" appears when trying to use voice input after the session has been running for a while. 5. "No audio detected from microphone" error appears

Root Cause

Voice input stops working during long Claude Code sessions. The error message "No audio detected from microphone. Check that the…" appears when trying to use voice input after the session has been running for a while.

RAW_BUFFERClick to expand / collapse

Description

Voice input stops working during long Claude Code sessions. The error message "No audio detected from microphone. Check that the…" appears when trying to use voice input after the session has been running for a while.

Steps to Reproduce

  1. Start a Claude Code session
  2. Use voice input successfully (confirms it works initially)
  3. Continue the session for an extended period
  4. Attempt to use voice input again
  5. "No audio detected from microphone" error appears

Expected Behavior

Voice input should work consistently throughout a session regardless of session length.

Actual Behavior

Voice input stops detecting audio after long sessions. Toggling /voice off and on does not fix the issue. Starting a new session resolves it.

Additional Notes

  • The issue appears to be specific to long sessions (works fine at the start)
  • macOS System Settings → Sound → Input shows the microphone input level bar moving correctly, indicating the OS-level microphone is functioning
  • Tested in Terminal.app: voice input works fine
  • Tested in VSCode terminal: voice input fails after long sessions (may be VSCode-specific)
  • Toggling /voice off/on does not recover the audio
  • Starting a fresh session fixes the issue

Environment

  • Claude Code version: 2.1.119
  • OS: macOS Darwin 25.2.0
  • Shell: zsh
  • Interface: VSCode extension / VSCode terminal

extent analysis

TL;DR

The issue can likely be mitigated by restarting the VSCode terminal or the entire VSCode application after a certain period of inactivity or when the error occurs.

Guidance

  • Investigate if there's a timeout or inactivity threshold in the VSCode terminal or Claude Code extension that causes the voice input to stop working.
  • Verify if the issue persists when using a different terminal emulator or interface, to confirm if it's VSCode-specific.
  • Consider implementing a periodic restart of the VSCode terminal or a refresh mechanism for the Claude Code extension to prevent the issue.
  • Check for any updates to the Claude Code extension or VSCode that may address this issue.

Example

No code snippet is provided as the issue seems to be related to the interaction between the Claude Code extension and the VSCode terminal, and no specific code changes are implied.

Notes

The issue may be specific to the combination of Claude Code version 2.1.119, macOS, and VSCode, so the solution may not apply to other environments or versions.

Recommendation

Apply workaround: Restart the VSCode terminal or the entire VSCode application when the error occurs, as starting a new session is known to resolve the issue. This is because the root cause is unclear, and a workaround is necessary until a more permanent fix is found.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Voice input stops working after long sessions ("No audio detected from microphone") [1 comments, 2 participants]