Kyle Neideck

Results 78 comments of Kyle Neideck

@birdjumper You could try restarting `coreaudiod` with ```sh sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod ```

It sounds like the driver (`Background Music Device.driver`) might have crashed or failed to load. You can try to get some logs about it by running the command from https://github.com/kyleneideck/BackgroundMusic/wiki/Getting-Debug-Logs#-getting-the-log-messages...

Good idea. It should be simple enough to add that to the Preferences menu. Until someone gets around to that, you can set it up manually in `System Preferences >...

@lead0r Is this what you're looking for? https://github.com/Homebrew/homebrew-cask/pull/169322/files

@zhouhao27 Which beta are you using? I tried in macOS 15 beta 4 (24A5298h) in a VM but couldn't reproduce the issue. @haaddii Thanks for attaching logs for this. So...

It should write a `build_and_install.log` file to the same dir as `build_and_install.sh`. That might have some useful info. It should tell you what the value of `$XCODEBUILD` was if you...

Probably because Background Music only supports 2-channel devices. I'd really like to add support for other devices at some point, but I doubt that'll happen any time soon unless someone...

Is this a duplicate of https://github.com/kyleneideck/BackgroundMusic/issues/727?