AudioTensor_create: AudioTensor create

View source: R/audio_core_signal.R

AudioTensor_createR 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


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