- sound
numeric vector
- samplingRate
sampling rate of x
(only needed if x
is a
numeric vector)
- windowLength_points
length of fft window (points)
- wn
window type accepted by ftwindow
, currently
gaussian, hanning, hamming, bartlett, blackman, flattop, rectangle
- step
you can override overlap
by specifying FFT step, ms (NB:
because digital audio is sampled at discrete time intervals of
1/samplingRate, the actual step and thus the time stamps of STFT frames
may be slightly different, eg 24.98866 instead of 25.0 ms)
- zp
window length after zero padding, points
- normalize
if TRUE, scales input prior to FFT
- filter
fft window filter (defaults to NULL)
- padWithSilence
if TRUE, pads the sound with just enough silence to
resolve the edges properly (only the original region is plotted, so the
apparent duration doesn't change)
- timeShift
time (s) added to timestamps