Releases: asteroid-team/torch-audiomentations
Releases · asteroid-team/torch-audiomentations
v0.6.0
v0.5.1
* 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`.
v0.5.0
* Release `AddBackgroundNoise` and `ApplyImpulseResponse` * Implement `Shift` * Remove support for 1-dimensional and 2-dimensional audio tensors. Only 3-dimensional audio tensors are supported now. * Make `sample_rate` optional. Allow specifying `sample_rate` in `__init__` instead of `forward`. This means torchaudio transforms can be used in `Compose` now. * Fix a bug where one could not use the `parameters` method of the `nn.Module` subclass