Skip to content

Change Volume Output of Cefsharp.BrowserSubprocess #4625

Closed Answered by amaitland
Noobicle asked this question in Q&A
Discussion options

You must be logged in to vote

Is there something I can call to adjust the volume levels of the hosted browser?

There's no API for that currently. Only the option to mute/un-mute. A set volume API would need to be added upstream.

See https://github.com/cefsharp/CefSharp/wiki/General-Usage for background.

My only solution so far is use the windows API to adjust volume but when I search for processes with the name Cefsharp.BrowserSubprocess I of course end up with 6 references and I'm unsure which PID to use.

Chromium uses a separate sub process for audio by default, this should be identifiable with the args --type=utility --utility-sub-type=audio.mojom.AudioService. Look in Task Manager at the command line args and …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Noobicle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants