sfpath |
The path for a mono sound file to analyze. |
filPath |
The path to save the analysis file to. |
fftSize |
Size of the FFT. Should be a power of two (default: 2048). |
winType |
The FFT window type, see FFT (default is 1, Hann). |
hop |
The amount of offset from one FFT analysis frame to the next, measured in multiples of the analysis frame size. Defaults to 0.25. |
starttime | |
duration |
a = PVAna.new(Platform.resourceDir +/+ "sounds/a11wlk01.wav"); a.ana(Platform.resourceDir +/+ "sounds/a11wlk01.scpv", 2048, 1, 0.25);