Skip to content

Releases: asteroid-team/torch-audiomentations

v0.11.1

07 Feb 10:02
Compare
Choose a tag to compare

v0.11.0

29 Jun 08:44
Compare
Choose a tag to compare
Release v0.11.0

v0.10.1

24 Mar 09:09
Compare
Choose a tag to compare
Release v0.10.1

v0.10.0

11 Feb 14:53
Compare
Choose a tag to compare
Release v0.10.0

v0.9.1

11 Feb 14:53
Compare
Choose a tag to compare
Release v0.9.1

v0.9.0

11 Feb 14:52
Compare
Choose a tag to compare
Release v0.9.0

v0.8.0

11 Feb 14:52
Compare
Choose a tag to compare
Release v0.8.0

v0.7.0

11 Feb 14:52
Compare
Choose a tag to compare
Release 0.7.0

v0.6.0

11 Feb 14:51
Compare
Choose a tag to compare
* Implement `ShuffleChannels`

v0.5.1

11 Feb 14:51
Compare
Choose a tag to compare
* Fix a bug where AddBackgroundNoise did not work on CUDA

* Fix a bug where symlinked audio files/folders were not found when looking for audio files
* Use torch.fft.rfft instead of the torch.rfft (deprecated in pytorch 1.7) when possible. As a
bonus, the change also improves performance in `ApplyImpulseResponse`.