Kyle Neideck
Kyle Neideck
It should work on M1, yes. The volume sliders don't work for every app. It's a bit tedious, but you can usually add a workaround if there's a particular app...
I just tried `brew install --cask background-music` in a macOS 14.2 VM and it worked for me. Do you get any useful info in `/var/log/install.log`? After the installer fails, does...
Thanks everyone. I've updated the installer to use `sudo killall coreaudiod`. (As far as I can tell, it doesn't need to be `killall -9`.) @fatso83 From your `install.log` (thanks for...
Thanks. I've fixed the build in XCode 15.2. With `build_and_install.sh`, I'm still getting the error about the build dependency cycle: ``` error: Cycle inside Background Music Device; building could produce...
I found a way to convince `xcodebuild` there's no dependency cycle, so `build_and_install.sh` should work now. @preckrasno Thanks for the detailed info. You might be able to find some logs...
It's a bug that Background Music is leaving coreaudiod active while no apps are playing audio, but I think that CPU usage is roughly what I see anytime audio is...
It has an AppleScript API that might do what you want.
A lot of Bluetooth devices will switch to a single channel mode in some cases. From the sound of it, that's probably not what's happening here, but it's worth checking...
@MoonPhoenix83 That's right. You can check with Audio MIDI Setup.app.
The per-app volumes aren't independent of the overall volume. Both volumes get applied. Or at least, if one of the volumes doesn't get applied, it should have nothing to do...