Media IO¶
TorchAudio project has started as a simple audio IO library for PyTorch, which are
torchaudio.info()
, torchaudio.load()
and torchaudio.save()
.
In recent releases, more powerful IO features were added in torchaudio.io
.
These features are based on FFmpeg libraries, thus cross-platform and can handle
wide variety of media formats, including audio and video, coming from many different source.