Submix notes

Background Music not working on your Mac? What is fixable, and what its own design cannot fix

Background Music failing to launch after a macOS update, sliders that do nothing, or sound gone quiet after uninstalling: which failures have fixes, which are the design, and what to run instead, with every claim attributed to the project's own README and issue tracker.

On this page

When Background Music stops working on a Mac, the cause is usually one of three shapes: the app lost the connection to its own helper after a macOS update, sound is flowing around its virtual device instead of through it, or you have hit a limit its README documents. The first two have fixes below. The third does not, and knowing which is which saves an evening.

Taperlark makes Submix, a paid per app mixer, so I compete with the free tool this post troubleshoots. That is exactly why every claim about Background Music below is attributed to the project's own README, release notes, or issue tracker, each checked in early September 2026. If something here has gone out of date, email support@taperlark.com and we will fix it and say what changed.

Why Background Music is not working: the three usual shapes

The first shape is a macOS update. Background Music is built as a virtual audio driver plus a helper process, and both have to keep working on whatever macOS becomes next. The project's issue tracker shows what happens when that slips: an issue opened on 1 October 2025, titled "Upgrading to MacOS Tahoe breaks Background Music," reports the app failing to start with the error "Failed to send initial message to BGMXPCHelper" after the macOS 26 upgrade. The same failure shape appears years earlier in the tracker, with a report of volume changes doing nothing at all after the macOS 10.13 upgrade. A driver based design carries this risk permanently, because the OS underneath it moves every autumn.

The second shape is sound flowing around the app. Background Music can only mix what passes through its virtual device, so it works while that device is your default output and turns decorative the moment it is not. The README's own known issues include one way this happens without you touching anything: "Plugging in or unplugging headphones when Background Music isn't running causes silence in the system audio."

The third shape is one app that will not respond while everything else does. Modern browsers and meeting apps often play sound from a helper process rather than the app you clicked, and the README addresses it directly: "If the volume slider for an app isn't working, try looking in More Apps for entries like Some App (Helper)." A tracker report from December 2025 describes exactly this experience on macOS Tahoe: the master slider works, and the per app sliders do nothing.

The fixes that actually work

Work down the list in order. Each step costs less than the one after it, and nothing here touches Terminal until the final one.

  1. Check the output device before anything else. Open System Settings, then Sound. While Background Music runs, the selected output should be its virtual device. If your speakers or headphones are selected directly, every app is playing straight to hardware and no slider in the mixer will do anything. Reselect Background Music as the output, or quit and relaunch the app so it reclaims the default.
  2. Look under More Apps for helper processes. The README's advice quoted above is the fix for the one stubborn app: the browser tab or the meeting audio is often owned by an entry named like the app plus "(Helper)," and that is the slider that works.
  3. After a macOS update, reinstall the newest release from the project's releases page. The Tahoe era reports on the tracker, from October and December 2025, both name version 0.4.3, while the project's newest tagged release is v0.5.0. An install left behind by an old download or a package manager cache is the first thing to rule out, and a fresh install rebuilds the driver against the running system.
  4. Confirm the microphone permission is still granted. macOS lists the grant under Privacy and Security, then Microphone. The README explains that permission is how the app receives system audio at all, because its virtual input device counts as a microphone to macOS, so a revoked grant looks exactly like a mixer that stopped mixing.
  5. Restart Core Audio. Run sudo killall coreaudiod in Terminal. This restarts the daemon that owns every audio device on the Mac, so all sound drops for a moment and anything mid call loses its stream briefly. It clears bad state rather than fixing any bug, and it is the workaround posted on the project's own tracker for the stuck volume case below.

Audio still quiet after uninstalling Background Music

There is one failure that follows the app out the door. A tracker report opened in January 2026, "Persistent low volume / audio attenuation after uninstalling Background Music," describes system audio staying noticeably quiet after a full uninstall, surviving reboots, with the reporter suspecting that coreaudiod keeps reloading stale state. The workaround posted there is the same sudo killall coreaudiod, which restores normal volume until the next restart, per the report. As of early September 2026 that issue is still open, with a related pull request attached. If you removed Background Music and everything sounds muffled or quiet, you are looking at a known report, not failing hardware, and the project's tracker is the place to watch for the permanent fix.

What no reinstall can change

Some of what people report as breakage is the design working as documented, and the project is unusually honest about it. Its README states all of the following, in its own words, checked in early September 2026:

  • "Background Music is still in alpha."
  • "Only 2-channel (stereo) audio devices are currently supported for output." A multichannel interface or a surround setup is outside what the driver mixes, and no reinstall changes that.
  • "Setting an application's volume above 50% can cause clipping." The slider's top half is a boost with no protection behind it.
  • It asks for microphone permission because "it gets your system audio from its virtual input device, which macOS counts as a microphone." Nothing is listening to you, and the permission is still required.

None of that list is a criticism the project has not already made of itself; the README's candour is what makes it quotable this precisely. The deeper constraint sits under all four points: everything your Mac plays gets rerouted through one virtual device, because the design predates any macOS API for reaching a single app's audio. That was the only way to build per app volume when the project started, and it is why the whole machine's sound depends on one alpha driver keeping pace with annual OS releases. Why macOS forced that design for so long, and what replaced it, is its own story.

Background Music alternatives for Mac

If the update treadmill has cost you enough evenings, the honest field looks like this.

FineTune is the closest free replacement: open source under GPL 3.0, built on the process tap API rather than a driver, with per app volume, multi device routing, and an equalizer listed in its README, which names macOS 15.0 or later as the floor (checked in early September 2026). Nothing installs at the system level, so the macOS update failure shape above does not apply in the same way.

Submix is mine, and it is the same tap based generation as a focused paid tool: per app volume, mute, live meters, per app output routing and boost, no driver, no kernel extension, no admin password, one macOS audio recording permission. It needs Apple silicon and a macOS recent enough for the tap API, with the exact floor listed on the app page; it does not ship an equalizer, and nothing you set survives quitting the app; what it installs and what it refuses to install is documented in full.

SoundSource is the deep end: per app volume and routing plus system wide effects and Audio Unit hosting, at $49 one time, working through a vendor plug in whose install needs an admin password, per Rogue Amoeba's documentation. SoundDial is a $12.99 one time App Store purchase with per app volume and call ducking, from macOS 14.2. The full comparison of all of these, including where each one falls short, is published separately.

One honest caveat cuts against my own interest: if your Mac predates the tap API, meaning anything older than macOS 14.2, Background Music remains one of the only games in town, because its README supports systems back to macOS 10.13 and the modern generation cannot reach that far back. In that case the fixes above are worth the evening after all.

Changelog: first published September 2026.

Frequently asked questions

Why did Background Music stop working after a macOS update?

Because it is built as a virtual audio driver plus a helper process, and both must keep pace with the OS underneath. The project's issue tracker documents launch failures after the macOS Tahoe upgrade in October 2025. Reinstalling the newest release rebuilds the driver against the running system and is the first fix to try.

Why do the Background Music volume sliders do nothing for some apps?

Browsers and meeting apps often play sound from a helper process rather than the app you clicked. The project's README suggests looking under More Apps for entries named like the app plus Helper. Also confirm Background Music is still your default output device, or no slider will do anything.

Why does Background Music ask for microphone permission?

Its README explains that it gets your system audio from its own virtual input device, and macOS counts any input device as a microphone. Nothing is recorded from your actual microphone. The permission is still required, because that virtual input is how the app receives sound at all.

How do I get my volume back after uninstalling Background Music?

A report on the project's issue tracker from January 2026 describes system audio staying quiet after uninstalling, and the posted workaround is running sudo killall coreaudiod in Terminal, which restores normal volume until the next reboot. The issue remains open, so watch the tracker for a permanent fix.

What is the best Background Music alternative for Mac?

On macOS 15 or later, FineTune is the closest free replacement and installs nothing at the system level. Submix and SoundDial are focused paid options built on the process tap API that arrived in macOS 14.2, and SoundSource is the full featured suite. Older Macs are the one place Background Music still stands alone.

  • Background Music is a trademark of Kyle Neideck.
  • SoundSource 6 is a trademark of Rogue Amoeba Software, LLC.
  • FineTune is a trademark of Ronit Singh.
  • SoundDial is a trademark of Eduard Bruch.

Taperlark is not affiliated with, endorsed by, or sponsored by any of these companies.

Back to Submix