preprocess {voiceR}R Documentation

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, ...)

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.

Value

A list of (processed) Wave objects.

Examples

preprocess(testAudioList)


[Package voiceR version 0.1.0 Index]