descriptinc / audiotools

Object-oriented handling of audio data, with GPU-powered augmentations, and more.
https://descriptinc.github.io/audiotools/
MIT License
233 stars 39 forks source link

Fixing FFT issue with odd signals. Making state default to None in instantiate. #50

Closed pseeth closed 2 years ago

pseeth commented 2 years ago

Fixes an issue @ritheshkumar95 was having when using RIR transform with odd length signals. Also makes the state argument to transform.instantiate optional. By default it'll use None which is whatever the numpy random state is at that time.