question about p5.Sound library

hi guys, im developing a program that using p5.sound library, and am having a question about analyzing the sound file, im trying to analyze the whole sound file By the function ' fft.analyze() ' but this function is depends in the 'draw() function' because we call 'fft.analyze()' on it. as i know 'ftt.analyze()' taking a few snapshots and analyze them (about (2048/44100) sec ), so what i want a help on is just a way of how to analyze every (2048/44100) sec in the sound file from beginning until the end and also without even playing the sound file i need to just analyze it. Thank You everyone :)

Tagged:
Sign In or Register to comment.