mikey820/pleasedontstopthemusic — explained in plain English
Analysis updated 2026-05-18
Keep listening to Spotify or Apple Music while a game like Roblox plays its own sounds.
Let a new app's audio mix alongside whatever is already playing instead of pausing it.
Keep lock screen playback controls on the app that was already playing first.
Inject the tweak into a specific app's IPA to enable mixing without a full jailbreak.
Requires either a jailbroken device with a package manager or sideloading the tweak into a target app's IPA on a non-jailbroken device.
PleaseDontStopTheMusic is an iOS tweak that lets multiple audio sources play at the same time. Normally, when you are listening to music and open an app that plays its own sounds (like a game), iOS pauses your music and plays the new app's audio instead. This tweak prevents that interruption by telling iOS to mix the new audio alongside your existing playback rather than replacing it. The tweak works by hooking into an iOS system component called AVAudioSession, which is what apps use to request control of the device's audio. When any app tries to take over audio, the tweak checks whether audio is already playing. If it is, the tweak quietly reconfigures the new app's audio settings so that it mixes in rather than interrupting. The original app that was playing first is left untouched, which means it keeps its lock screen controls (play, pause, skip) intact. Apps that get forced into mixing mode lose those lock screen controls but still produce sound. Installation has two paths. On a jailbroken device, you add the developer's package repository to your package manager and install the tweak from there. On a non-jailbroken device, you inject the tweak's library file into a specific target app's IPA file using a sideloading tool such as Esign, Feather, or Sideloadly, then install the modified app. The tweak supports rootful, rootless, and jailed jailbreak configurations. The typical example in the README is listening to Spotify while playing Roblox: you inject the tweak into the Roblox IPA so the game's audio mixes with your music instead of pausing it. The tweak is described as lightweight, with no significant processing overhead beyond the hook calls themselves.
An iOS tweak that stops apps from pausing your music by making their audio mix in instead of interrupting it.
Mainly Logos. The stack also includes Logos, iOS, AVAudioSession.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.