Is it possible to make audio vizualisation only from peak information?

Go To StackoverFlow.com

2

Do i need to use FFT? Is there any SDK or smth?

2012-04-05 14:56
by Horhe Garcia


3

Without FFT you can visualize the "scope" of the audio, the actual waveform of the sound. If you want sonogram or something like gfx equalizer does, you'll need to preprocess the audio with FFT. For this there are some SDK support, it's called Accelerator framework. You might want to check out the Apple's aurioTouch2 example.

2012-04-05 15:46
by MrTJ
Thanks, but looks like aurio example using only INPUT audio. Is it possible to using output (like streaming or mp3) - Sergey Kopanev 2012-12-08 15:35
Ads