.flatSpectrum | R Documentation |
Internal soundgen function, see flatSpectrum
.
.flatSpectrum(
audio,
freqWindow = NULL,
samplingRate = NULL,
dynamicRange = 80,
windowLength = 50,
step = NULL,
overlap = 90,
wn = "gaussian",
zp = 0,
play = FALSE,
saveAudio = NULL
)
audio |
a list returned by |
freqWindow |
the width of smoothing window, Hz. Defaults to median
pitch estimated by |
samplingRate |
sampling rate of |
dynamicRange |
dynamic range, dB. All values more than one dynamicRange under maximum are treated as zero |
windowLength |
length of FFT window, ms |
step |
you can override |
overlap |
overlap between successive FFT frames, % |
wn |
window type accepted by |
zp |
window length after zero padding, points |
play |
if TRUE, plays the processed audio |
saveAudio |
full (!) path to folder for saving the processed audio; NULL = don't save, ” = same as input folder (NB: overwrites the originals!) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.