Skip to content

Releases: asteroid-team/torch-audiomentations

v0.5.0

11 Feb 14:51
Compare
Choose a tag to compare
* 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

v0.4.0

11 Feb 14:50
Compare
Choose a tag to compare
* Implement `Compose` for applying multiple transforms

* Implement utility functions `from_dict` and `from_yaml` for loading data augmentation
configurations from dict, json or yaml
* Officially support differentiability in most transforms

v0.3.0

11 Feb 14:50
Compare
Choose a tag to compare
* Transforms now return the input unchanged when they are in eval mode

* Add support for alternative modes `per_batch` and `per_channel`

v0.2.0

11 Feb 14:50
Compare
Choose a tag to compare
* Simplify API for using CUDA tensors. The device is now inferred fro…

v0.1.0

11 Feb 14:49
Compare
Choose a tag to compare
Initial release with `Gain` and `PolarityInversion`