Skip to content

v0.5.1

Compare
Choose a tag to compare
@iver56 iver56 released this 11 Feb 14:51
* 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`.