Kyle Neideck
Kyle Neideck
I've merged the workaround (#390) and released a build with it here: https://github.com/kyleneideck/BackgroundMusic/releases/tag/0.4.0-SNAPSHOT-c0ab98b
Have you checked that the "Background Music" device is selected in the Teams settings? And have you tried looking in Background Music's "More Apps" menu for apps like "Microsoft Teams...
It sounds like this is probably happening because your audio device has more than two channels. Background Music only supports two-channel devices so far. Happy to look at a PR...
I might be wrong, but I don't think there's much we can do about this except filing Radars, i.e. reporting the bug to Apple. Background Music doesn't install any kernel...
This worked for me on an M1 Mac Mini: https://github.com/kyleneideck/BackgroundMusic/releases/tag/0.4.0-SNAPSHOT-b38f6dd It has universal binaries that include arm64.
@ridicolos Have you tried the latest snapshot build [0.4.0-SNAPSHOT-b38f6dd](https://github.com/kyleneideck/BackgroundMusic/releases/tag/0.4.0-SNAPSHOT-b38f6dd)? It has universal binaries, so should run natively on Apple Silicon. I think I tested that at some point, but not...
@ridicolos Just a generic "install failed" error? Does it log anything interesting in `/var/log/install.log`? I haven't installed 11.5 yet, so that could be it. New major versions of the OS...
Thanks, it looks like this is the command that failed: `system_profiler SPAudioDataType | grep "Background Music"` What do you get for `system_profiler SPAudioDataType`?
I just added a troubleshooting section to https://github.com/kyleneideck/BackgroundMusic/blob/master/MANUAL-UNINSTALL.md. If it still doesn't work for you, let me know what output you get for `sudo ls /Library/Audio/Plug-Ins/HAL`.
@jmanteigueiro Open Activity Monitor, find the process called `Core Audio Driver (Background Music.driver)`, double click it, click Sample Process and look for a line like this under `Binary Images:`. ```...