-
Notifications
You must be signed in to change notification settings - Fork 691
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
Per-app Volume and Chrome #61
Comments
This is still an issue 3 years later, bumping. |
I just tested this with some YouTube and Vimeo videos (which use HTML5 video) in Chrome 74.0.3729.131 and it worked for me. Unless I can figure out a way to reproduce the problem locally, you might have to install a debug build to get debug logs for this. When you change Chrome's app volume with a debug build installed,
And when Chrome starts playing audio, the
If the bundle ID isn't "com.google.Chrome" in both of those lines, Background Music probably won't realise the two are related and that would explain why the app volume slider isn't working for you. It might also be enough info to fix the problem. |
I use the debug build 0.2.0-DEBUG-b3b4482 (I didn't find any new debug build) to get log. From the log:
From the log, it seems that Chrome uses a different process (Google Chrome Helper) to play audio. Chrome 76.0.3809.100 |
If the new client has the same bundle ID as an existing one, we now copy its settings (volume, etc.) to the new client. This is to fix app volumes not being applied consistently to apps that play audio through multiple subprocesses (specifically Google Chrome). See #61.
I'm also noticing this issue. Chrome 78.0.3904.108 I've subscribed to this thread.. happy to beta test etc :) Cheers! |
Does not seem to work with Chrome and HTML5 Audio.
The text was updated successfully, but these errors were encountered: