Web Analytics

PleaseDontStopTheMusic

⭐ 56 stars English by mikey820

PleaseDontStopTheMusic

An iOS tweak that allows multiple audio sources to play simultaneously by preventing audio session interruptions.

❤️ Support the Project

If you find this project useful and would like to support development, donations are appreciated.

Litecoin

Network: Litecoin (LTC) Address: ltc1qaz2zqcc5usl4ueg7w5m8kqcmvrfqurpn6wqyfa

Please double-check that you're sending on the Litecoin network.

Thank you for your support!


Overview

PleaseDontStopTheMusic is a tweak that hooks into iOS's AVAudioSession to enable audio mixing. This allows your currently playing audio (music, podcasts, etc.) to continue uninterrupted when other apps request audio playback, instead of the usual behavior where the system pauses your audio and plays only the new source.

Features

How It Works

The tweak intercepts AVAudioSession configuration calls and, only when another app is already playing audio (isOtherAudioPlaying), applies the AVAudioSessionCategoryOptionMixWithOthers option to the incoming app's session. This tells iOS to mix the new audio with existing playback rather than interrupting it.

Crucially, it does not force mixing on whichever app is the primary music source. An app that opts into MixWithOthers is treated by iOS as a secondary source and loses its lock screen / Control Center "Now Playing" transport controls. By leaving the first/primary app untouched, that app keeps full lock-screen skip & pause controls, while later apps (TikTok, games, etc.) are forced to mix in quietly without interrupting it.

Hooked Methods

SoloAmbient sessions (which cannot mix) are transparently swapped to Ambient when another app is playing, so they no longer silence your music.


Installation Guide

Choose the method below that applies to your device configuration.

Method 1: Non-Jailbroken (Sideloading)

Use this method if your device is not jailbroken. You will need to inject the tweak .dylib from releases into your target application's IPA file.

Method 2: Jailbroken

Use this method if your device is jailbroken.

---

If you have any problems or questions, feel free to dm me on discord! dc: fuseegelee

make all
--- Tranlated By Open Ai Tx | Last indexed: 2026-07-22 ---