- x
path to a folder, one or more wav or mp3 files c('file1.wav',
'file2.mp3'), Wave object, numeric vector, or a list of Wave objects or
numeric vectors
- samplingRate
sampling rate of x
(only needed if x
is a
numeric vector)
- scale
maximum possible amplitude of input used for normalization of
input vector (only needed if x
is a numeric vector)
- from
if NULL (default), analyzes the whole sound, otherwise
from...to (s)
- to
if NULL (default), analyzes the whole sound, otherwise
from...to (s)
- pitchFloor
absolute bounds for pitch candidates (Hz)
- pitchCeiling
absolute bounds for pitch candidates (Hz)
- zcThres
pitch candidates with certainty below this value are treated
as noise and set to NA (0 = anything goes, 1 = pitch must be perfectly
stable over zcWin
)
- zcWin
certainty in pitch candidates depends on how stable pitch is
over zcWin
glottal cycles (odd integer > 3)
- silence
minimum root mean square (RMS) amplitude, below which pitch
candidates are set to NA (NULL = don't consider RMS amplitude)
- envWin
window length for calculating RMS envelope, ms
- summaryFun
functions used to summarize each acoustic characteristic;
see analyze
- reportEvery
when processing multiple inputs, report estimated time
left every ... iterations (NULL = default, NA = don't report)