- myfolder
full path to folder containing input audio files
- type
normalize so the output files has the same peak amplitude
('peak'), root mean square amplitude ('rms'), or subjective loudness in
sone ('loudness')
- maxAmp
maximum amplitude in dB (0 = max possible, -10 = 10 dB below
max possible, etc.)
- summaryFun
should the output files have the same mean / median / max
etc rms amplitude or loudness? (summaryFun has no effect if type = 'peak')
- windowLength
length of FFT window, ms
- 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)
- overlap
overlap between successive FFT frames, %
- killDC
if TRUE, removed DC offset (see also flatEnv
)
- windowDC
the window for calculating DC offset, ms
- saveAudio
full path to where the normalized files should be saved
(defaults to 'myfolder/normalized')
- reportEvery
when processing multiple inputs, report estimated time
left every ... iterations (NULL = default, NA = don't report)