Switching between Speaker and AirPods sometimes brokes output audio on MacOS #150
Labels
bug
Something isn't working
enhancement
Improvement of existing features or bugfix
k::api
Related to API (application interface)
k::ui/ux
Related to UI/UX experience
Summary
When user on MacOS many times enables/disables AirPods (or most likely other bluetooth headphones) while in call, then audio stops playing on any device. Even manual output device switching through media settings not fixing it. It was reported that sometimes after AirPods reconnection audio can start to play on it and everything backs to normal (even switching to speakers), but in my tests it never happened.
Also it was reported, that adding
Mutex
for output audio switching on frontend side decreases chance of this bug to happen, but maybe it's just seems that way.Platform information
MacOS specific bug. Was tested on Apple Silicon processors, on different machines, but most likely it related to any Mac because it looks like bug in Jason's MediaManager.
Steps to reproduce
3.1. Do it many times until bug happens
What is the current bug behavior?
What is the expected correct behavior?
Possible fixes
It can be related to
MediaManager
of Jason, because of behaviour where even manual output device selection is not doing anything, but more in-depth investigation needed.The text was updated successfully, but these errors were encountered: