Learn R Programming

torchaudio (version 0.2.2)

info: Audio Information

Description

Retrive metadata from mp3 or wave file without load the audio samples in memory.

Usage

info(filepath)

Value

list(sample_rate, channels, samples)

Arguments

filepath

(str) path to the mp3/wav file.