Releases: pytorch/audio
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
TorchAudio 2.1.2 Release
This is a patch release, which is compatible with PyTorch 2.1.2. There are no new features added.