- 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)
- funToCall
function to call (specify what to do with each audio input)
- myPars
a list of parameters to pass on to `funToCall`
- var_noSummary
names of output variables that should not be summarized
- reportEvery
when processing multiple inputs, report estimated time
left every ... iterations (NULL = default, NA = don't report)
- savePlots
full path to the folder in which to save the plots (NULL =
don't save, '' = same folder as audio)
- cores
number of cores for parallel processing
- summaryFun
function(s) used to summarize the output per input