Learn R Programming

voiceR (version 0.1.0)

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.

Examples

Run this code
preprocess(testAudioList)

Run the code above in your browser using DataLab