AudioTensor_create {fastai} | R Documentation |
AudioTensor create
Description
Creates audio tensor from file
Usage
AudioTensor_create(
fn,
cache_folder = NULL,
frame_offset = 0,
num_frames = -1,
normalize = TRUE,
channels_first = TRUE
)
Arguments
fn |
function |
cache_folder |
cache folder |
frame_offset |
offset |
num_frames |
number of frames |
normalize |
apply normalization or not |
channels_first |
channels first/last |
Value
None
[Package fastai version 2.2.2 Index]