preprocess: Preprocess list of Audio objects

View source: R/preprocess.R

preprocessR 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)


voiceR documentation built on Sept. 13, 2023, 1:07 a.m.

Related to preprocess in voiceR...