🚀 Feature
Add opus format
Motivation
Opus is a good and popular lossy audio coding format. A lot of audio files are stored in opus format but it's impossible to use it with torchaudio.load().
Pitch
Please, make possible to do
audio = torchaudio.load("my_audio.opus")