Hello,
I'd like to implement a similar visual effects as iTunes plays music. I'm using AVAudioPlayer, my sound files are local. I played the same files in iTunes and captured this screenshot.
Updated:
- I did research Apple's avTouch sample. Visualization-wise, I've got a rough idea. but this sample is about volume metering
- someone told me I need to use FFT, but that's too much over my head
- I found after iOS 4.1, the Accelerometer framework contains FFT DSP functions
- It seems I need to touch down to Core Audio (Audio Queue?) to get sample buffer then FFT it
Gee, I only want to implement a simple spectrum for my playback, anyone can help?