Is it possible to read the spectrum data from the currently playing track in iOS? For example, to make an equalizer similar to the one in iTunes?
Asked
Active
Viewed 1,982 times
1 Answers
3
Apple has a sample program, "aurioTouch," which can display time and frequency domain waveforms.
http://developer.apple.com/library/ios/#samplecode/aurioTouch/Introduction/Intro.html

pdesantis
- 879
- 6
- 7
-
3thanks, however this uses the microphone input. could you recommend tweaks to the code to get it to read from the device's music player? – miketucker Apr 11 '12 at 08:48
-
1It moved here: http://developer.apple.com/library/ios/#samplecode/aurioTouch2/Introduction/Intro.html – mxg Jun 27 '13 at 18:47