0

I am looking at the feasibility of getting the current raw audio stream playing and do stuff with it such as stream it over Bluetooth or equalize it, etc. Is there any way to do this in iOS 8?

For example: apps such as Pandora/Spotify are playing music and I want to access the audio they are playing.

egfconnor
  • 2,637
  • 1
  • 26
  • 44

1 Answers1

0

To process audio from another app, that app needs to participate in Inter-App Audio.

I don't know if your example apps do that.

Rhythmic Fistman
  • 34,352
  • 5
  • 87
  • 159
  • I stumbled across that too. It would seem there is no way to get any audio playing but rather only apps that support inter-app audio. Doesn't look like iTunes/Pandora/Spotify support this. – egfconnor Apr 17 '15 at 13:27