I would like to access the audio layer to modify it as I want, volume, bass, etc., and independent from the song being played (I mean if it comes from iPod, Spotify, Pandora, etc, I don't care). So just being able to set some settings to create an equalizer independent from the app playing the music. Any idea where to look at? Core Audio? OpenAL? Thanks!

link|improve this question

59% accept rate
1  
There is definitely an API for the current song and song data, but I think it might be limited to the iPod only. – Benjamin Mayo Jul 26 '11 at 8:22
I know about this one, but I need to have access to the audio layer, and I should not care about the song played. I know it is possible for iPod, but iPod only. I want to be able to modify sound from songs played from Spotify for example. – Dachmt Jul 27 '11 at 22:15
Well, you can't. at least not in iOS4 – Benjamin Mayo Jul 27 '11 at 22:21
feedback

1 Answer

up vote 1 down vote accepted

I believe due to the sandboxing of app. Your app cannot access other apps.

link|improve this answer
But if I just want to get the output audio layer regardless the app playing the song? Is there any access to it? – Dachmt Jul 27 '11 at 22:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.