Releases · pytorch/audio · GitHub
July 16, 2025ai_discoveryinfo
Copy pasting update from #3902 (comment): Deprecated APIs Most APIs marked as "Drop" are now explicitly deprecated, raising deprecation warnings in the docs, and when using them from Python. They will be removed in the next 2.9 version. Migration of load() and save() to TorchCodec As we mentioned, we are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec. torchaudio.load() and torchaudio.save() are some of the most popular TorchAudio APIs, so for convenience we are pro
Read more →