Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intercept background audio stream on iOS

Tags:

ios

Is it possible for an iOS app to intercept the background audio stream that's playing?

I'd like to do some visualization for whatever audio is currently playing whether it's iTunes, Spotify, etc.

like image 821
JC. Avatar asked Nov 05 '12 16:11

JC.


1 Answers

You can't get access to this, actually.

It's possible to play music with an app that remains in the background when the app isn't active, but you can't get access to another app's audio stream.

like image 140
Almo Avatar answered Oct 14 '22 06:10

Almo