torchaudio_info {torchaudio}R Documentation

Audio Information

Description

Retrieve audio metadata.

Usage

torchaudio_info(filepath)

Arguments

filepath

(str) path to the audio file.

Value

AudioMetaData: an R6 class with fields sample_rate, channels, samples.

Examples

path <- system.file("waves_yesno/1_1_0_1_1_0_1_1.wav", package = "torchaudio")
torchaudio_info(path)


[Package torchaudio version 0.3.1 Index]