I'm new to torch audio and i'm following the this tutorial step by step. I'm having a problem loading an mp3
audio using torchaudio.info(path)
.
Here is my code:
metadata = torchaudio.info(SAMPLE_MP3_PATH)
print(metadata)
Here is the error that i'm getting:
..
RuntimeError: Error opening '_sample_data\\steam.mp3': File contains data in an unknown format.
torch: v1.9.1+cpu
torchaudio: v0.9.1