PreprocessAudio: Preprocess Audio

View source: R/audio_core_config.R

PreprocessAudioR Documentation

Preprocess Audio

Description

Creates an audio tensor and run the basic preprocessing transforms on it.

Usage

PreprocessAudio(sample_rate = 16000, force_mono = TRUE, crop_signal_to = NULL)

Arguments

sample_rate

sample rate

force_mono

force mono or not

crop_signal_to

int, crop signal

Details

Used while preprocessing the audios, this is not a 'Transform'.

Value

None


fastai documentation built on March 31, 2023, 11:41 p.m.