Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: listen to ondevicechange instead of polling for device changes #145

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

timon-voys
Copy link
Collaborator

This pull request fixes a bug where audio gets interrupted because of polling for enumerateDevices, see:

https://bugs.chromium.org/p/chromium/issues/detail?id=1488421

and https://bugs.chromium.org/p/chromium/issues/detail?id=1474865#c21

The polling has been removed and been replaced by listening to changes in devices by using the ondevicechange listener instead.

@timon-voys timon-voys self-assigned this Dec 8, 2023
@timon-voys timon-voys merged commit 25c33fb into main Dec 12, 2023
1 check failed
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