Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AudioTensor_create

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

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.