First release, October 9th 2020
Tensorflow-2 compatible version, allowing uses in python 3.8.
First release, July 24th 2020
Add some padding of the input waveform to avoid separation artefacts on the edges due to unstabilities in the inverse fourier transforms. Also add tests to ensure both librosa and tensorflow backends have same outputs.
First released, May 15th 2020
- PR #375 merged to avoid mutliple tf.graph instantiation failures
- PR #362 use tf.abs instead of numpy
- PR #352 tempdir cleaning
First released, April 15th 2020
- Bugfixes on the LibRosa STFT backend
- Typos, and small bugfixes
First released, March 20th 2020
- Implement a new STFT backend using LibRosa, faster on CPU than TF implementation
- Switch tensorflow version to 1.15.2
- Typos, and small bugfixes
First released, Dec 27th 2019
- Add new configuration for processing until 16Khz
- Typos, and small bugfixes