Skip to content

TorchAudio 2.9 release

Latest
Compare
Choose a tag to compare
@NicolasHug NicolasHug released this 15 Oct 17:17
· 6 commits to main since this release
eaa9e4e

Deprecated APIs

Most APIs marked as drop are now removed.

Migration of load() and save() to TorchCodec

We are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec. torchaudio.load() and torchaudio.save() still exist, but their underlying implementation now relies on TorchCodec.

C++ and CUDA extension

We're still working towards preserving forced_align, lfilter, overdrive, RNNT, and CUCTC.