Hi ,
I need to get FFT of a sound file to display a spectrogram for entire sound file timeline.
I was able to get the FFT after calling play on the sound file, however, as far as I understand it just gives me the first window, how do I go about and “move” that sliding on the entire file(without missing windows)? Is there a callback I should hook into where I could call “getParameterData”
Any help will be appreciated!