preprocess: Preprocess list of Audio objects
Description
Automatically preprocesses a list of Wave objects by normalizing their amplitude and removing background noise.
Usage
preprocess(audioList, normalizeAmplitude = TRUE, removeNoise = TRUE, ...)
Value
A list of (processed) Wave objects.
Arguments
- 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.