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
.