Kyle Neideck
Kyle Neideck
>when a microphone is in "live" it doesn't work You mean when someone else is talking you're not able to control the volume of that audio with Background Music?
Thanks for the report. I think this has probably happened for me, too. I'd guess it might have started happening when Big Sur came out. It also seems like it...
@neilm-code Do you still have the code where you commented out the logic in `BGM_Device::StartIO`, `StopIO`, `BeginIOOperation`, `EndIOOperation` by any chance? I finally got around to trying it out, but...
> could it be that since Safari uses a different prices to reproduce audio, video, you actually aren't changing the process volume? Pretty much, yeah. The problem is that Safari...
Nice one. It looks like `responsibility_get_responsible_for_pid`/`responsibility_get_pid_responsible_for_pid` is exactly what we want. I've tested your sample code and it works on my system. You probably already found this since it's the...
Yeah, the GUI changes would be tricky. We definitely want to avoid clutter as much as we possibly can, especially in this part of the UI. I spent a bit...
@PwnArt1st Not yet. I haven't had a chance to work on Background Music at all over the last week or so.
@cHoco Cool, thanks. I've just pushed what I had to [WIP-MultiprocessAppVols](https://github.com/kyleneideck/BackgroundMusic/tree/WIP-MultiprocessAppVols). It's pretty messy, but it runs and seems to be working so far. There are some TODO comments that...
I haven't worked on it since I pushed my WIP branch. I think we'd probably be able to add a temporary workaround for Safari if it's important enough to people,...
I've committed a partial fix/workaround for this in c907f13. It should work for Safari, Firefox, Firefox Nightly, VMWare Fusion and MPlayer OSX Extended. If anyone knows or finds any other...