Assigned
Status Update
Comments
aq...@google.com <aq...@google.com> #2
there are some image for help
di...@gmail.com <di...@gmail.com> #3
hello?
to...@gmail.com <to...@gmail.com> #4
Just found this one, I'm chasing a bug (
Can this be due to using the AndroidX media router version. I tried to disable then enable again the DynamicsProcessing after the route change from audiomanager but it does not work and require some delays, so quite lost.
ra...@google.com <ra...@google.com> #5
Triaged and marked for future quality effort
Description
Component used: androidx.mediarouter
Version used: 1.7.0
Devices/Android versions reproduced on: Android 14, Pixel 7
Actual behavior: It appears that onRouteSelected, onRouteChanged and so on don't get called when the output is changed between a Bluetooth device and "This phone" via media notification or SystemOutputSwitcherDialogController. This also leads to other issues like a stale volume until the volume is changed using the volume buttons, due to different volumes between Bluetooth and the device.
Note that addOnRoutingChangedListener of AudioTrack does get called:
onRoutingChanged: routed device: Name: Pixel 7
Even after this, mediaRouter.selectedRoute continues to report that the Bluetooth device is selected: MediaRouter.RouteInfo{ uniqueId=ROUTE_80074bc9, name=Bose QuietComfort 35
May be related to