preprocess | R Documentation |
Automatically preprocesses a list of Wave objects by normalizing their amplitude and removing background noise.
preprocess(audioList, normalizeAmplitude = TRUE, removeNoise = TRUE, ...)
audioList |
A list of Wave objects. |
normalizeAmplitude |
A logical value indicating whether to normalize amplitude. |
removeNoise |
A logical value indicating whether to remove background noise. |
... |
Other options used to control preprocessing behavior. |
A list of (processed) Wave objects.
preprocess(testAudioList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.