you can override overlap by specifying FFT step, ms
zp
window length after zero padding, points
filter
fft window filter (defaults to NULL)
Value
A matrix with nrow = windowLength_points/2 and ncol
depending on length(sound) and step
Details
A subroutine of spec that saves windowed (and optionally
zero-padded) frames, i.e. chunks of the sound file of the right size and
spacing. Handy for further processing.