Kyle Neideck

Results 78 comments of Kyle Neideck

A CrashReporter window should pop up after the crash. That's just built in to macOS. If you don't get that, you might be able to find a crash dump in...

Thanks, everyone. What you're all suspecting is right. Background Music only works with 2-channel devices currently. It shouldn't be too hard to add support for other devices, but it was...

It's weird, I know, but Background Music does actually need that permission, at least for now. BGMDriver (the audio driver part of Background Music) creates a virtual output device, which...

I don't see any reason it wouldn't be possible. We've discussed it a bit on an issue for a similar feature, fading in and out of auto-pause, here: https://github.com/kyleneideck/BackgroundMusic/issues/311 Happy...

@Nr1cha You mean by dragging the app to the trash? As far as I know, there's no way to have the rest of the components uninstall when you do that....

I just tried installing Background Music in a macOS 14.2 (23C64) VM on an M2 MacBook and app volumes worked for me. I've also tested on an M1 Mac Mini,...

I'm not sure why using a multi-output device as the output would affect the app volumes. The app volumes are applied before Background Music plays the audio to the output...

@aakshu That would be great. Let me know if you have any questions or want help with anything. And feel free to put up a draft PR if you want...

This page explains how to get the volume working for new apps: https://github.com/kyleneideck/BackgroundMusic/wiki/App-Volumes-Fixes There's currently an issue with `build_and_install.sh` (probably an XCode bug), but you can just use `package.sh` instead....

@thomasmoors I'm not completely sure I've tested 0.4.0 on an Apple Silicon system, but I've tested similar versions on Apple Silicon without any issues. You could try recording some audio...