IOS – App for playing multiple tracks from different sources simultaneously

applicationsios

I have a 6 generation iPod touch and am looking for a specific app.

I want to be able to play some track in the background, let's say song A, and then not only that it'll keep playing when I minimize the app – I also need it to keep playing while I play different tracks on the Music app, for example.

Song A (from the app I'm looking for) and Song B (from my iPod's music) should be playing simultaneously.

Is that even possible on iOS?

Best Answer

Audio playback is handled as a background task in iOS. Only one app is allowed to playback background audio in iOS at a time.

Music playing apps usually programmed to continue playback even when in background (i.e. while you are using some other app, such as Safari). As you are looking to play music via two different apps, it will not be possible if both of them are programmed to support background audio playback mode.

However, when one of the apps plays back music while not supporting background mode (such as a game app), it will be possible to playback music simultaneously from two apps, i.e. one supporting playback in background while the other is frontmost.