Open
Bug 1295050
Opened 9 years ago
Updated 1 year ago
Firefox audio being misclassified as "communications" in Windows mixer
Categories
(Core :: Audio/Video: cubeb, defect, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | affected |
People
(Reporter: bugzilla, Unassigned)
Details
(Keywords: stale-bug)
A reddit user is reporting that when Firefox plays audio, other sources are being attenuated. According to the reddit user, the Firefox audio is being classified as communications audio, so it is being prioritized by the mixer over the background audio.
https://www.reddit.com/r/firefox/comments/4x461y/how_do_i_make_ff_not_decrease_background_audio/d6cd2ik
Obviously some of our audio *is* communications (WebRTC), but other types of audio should probably not be classified as such.
Comment 1•9 years ago
|
||
Matthew -- What would we need to do to fix this?
Rank: 15
Component: Audio/Video → Audio/Video: cubeb
Flags: needinfo?(kinetik)
Priority: -- → P1
Comment 2•9 years ago
|
||
I'm not sure yet. I've asked for a bit more info in the Reddit thread.
If it's only affecting MSG-based audio and not regular playback, it might be a side effect of the device selection code that was added as part of the full-duplex work.
For default output devices, in 48 and earlier (before bug 1266623 landed), we opened devices with the eMultimedia role. After that bug landed, we switched to the eConsole role. We never request devices for the eCommunications role, which is what I'd expect to trigger the audio ducking.
We can explicitly opt in and out of audio ducking with IAudioSessionControl2::SetDuckingPreference, so if that's necessary to fix this it's a pretty simple change.
Flags: needinfo?(kinetik)
Comment 3•9 years ago
|
||
No reply on Reddit, and I don't see this behaviour locally on Windows 10 AU.
| Reporter | ||
Comment 4•9 years ago
|
||
Another report on reddit:
https://www.reddit.com/r/firefox/comments/569w8c/sounds_in_firefox_automatically_pause_windows/
| Comment hidden (obsolete) |
Comment 6•8 years ago
|
||
Mass change P1->P2 to align with new Mozilla triage process
Priority: P1 → P2
Please ni? if you have a repro for this issue.
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•