Releases: pytorch/audio
TorchAudio 2.7.0 Release
This release is compatible with PyTorch 2.7. There are no new features added.
Note
We are in the process of refactoring TorchAudio and transitioning it into a maintenance phase. This process will include removing some user-facing features. Our main goals are to reduce redundancies with the rest of the PyTorch ecosystem, make it easier to maintain, and create a version of TorchAudio that is more tightly scoped to its strengths: processing audio data for ML. Please see our community message for more details.
TorchAudio 2.6.0 Release
TorchAudio 2.5.0 Release
This release is compatible with PyTorch 2.5
. There are no new features added.
This release contains one improvement:
- reduce computations in backprop of lfilter #3831
TorchAudio 2.4.1 Release
This release is compatible with PyTorch 2.4.1 patch release. There are no new features added.
TorchAudio 2.4.0 Release
TorchAudio 2.3.1 Release
This release is compatible with PyTorch 2.3.1 patch release. There are no new features added.
TorchAudio 2.3.0 Release
This release is compatible with PyTorch 2.3.0 patch release. There are no new features added.
This release contains minor documentation and code quality improvements (#3734, #3748, #3757, #3759)
TorchAudio 2.2.2 Release
This release is compatible with PyTorch 2.2.2 patch release. There are no new features added.
TorchAudio 2.2.1 Release
This release is compatible with PyTorch 2.2.1 patch release. There are no new features added.
TorchAudio 2.2.0 Release
New Features
- Add path-like object support to StreamReader/Writer #3608
- Introduce
trio
top-level module, dedicated for core I/O operations (#3676, #3680, #3681, #3682) Please refer to https://pytorch.org/audio/2.2.0/torio.html for the details.
Bug Fixes
- #3685 Make F.vad return empty tensor for zero valued tensor input
Recipe Updates
- #3631 Fix inconsistent naming