preprocess_audio_folder {fastai} | R Documentation |
Preprocess audio folder
Description
Preprocess audio files in 'path' in parallel using 'n_workers'
Usage
preprocess_audio_folder(
path,
folders = NULL,
output_dir = NULL,
sample_rate = 16000,
force_mono = TRUE,
crop_signal_to = NULL
)
Arguments
path |
directory, path |
folders |
folders |
output_dir |
output directory |
sample_rate |
sample rate |
force_mono |
force mono or not |
crop_signal_to |
int, crop signal |
Value
None
[Package fastai version 2.2.2 Index]