Skip to content

Investigate and fix mic mute issue#76

Draft
louisjoecodes wants to merge 2 commits intomainfrom
cursor/investigate-and-fix-mic-mute-issue-cd62
Draft

Investigate and fix mic mute issue#76
louisjoecodes wants to merge 2 commits intomainfrom
cursor/investigate-and-fix-mic-mute-issue-cd62

Conversation

@louisjoecodes
Copy link
Collaborator

Fixes microphone appearing muted in the UI due to a race condition during initialization.

A previous performance optimization changed microphone enabling to a fire-and-forget task, leading to a race condition where the UI's isMuted state was set before the microphone was actually enabled. This PR ensures the microphone enabling is awaited and the initial UI state is correctly synchronized.


Open in Cursor Open in Web

Learn more about Cursor Agents

cursoragent and others added 2 commits August 1, 2025 08:44
Co-authored-by: louis <louis@elevenlabs.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants