Open epetousis opened 4 years ago
I noticed the same thing with Microsoft Teams (which also uses Chromium under the hood I guess).
btw. It was the first thing I done with the application and thought it doesn't work. Could it be checked if the volume change actually took effect?
I noticed this as well. I'm running Chrome Canary and am encountering this problem.
Logs for reference: BackgroundMusic.log
It definitely pipes the audio through Background Music, but the volume controls do not work.
I'm using Ungoogled Chromium and volume controls seem to fail for it. I noticed you fixed this issue (#289) for Google Chrome in the latest snapshot by mapping
com.google.Chrome
tocom.google.Chrome.helper
, I'm guessing it's a similar story for Chromium which uses the bundle IDorg.chromium.Chromium
. Perhaps we need a way to map the responsible bundle IDs ourselves, maybe through some kind of "advanced mode?"