Closed jjhuang-ca closed 4 years ago
Hi huang, thanks for pointing out this bug. I forgot to include the win_length
arg to MelSpectrogram in my previous release.
Please try the new version of nnAudio by pip install nnAudio==0.1.5a0
. It should be working now.
Feel free to point out any bugs that you found.
@KinWaiCheuk Thanks for the fix. I can confirm that it produces the same results as librosa using the same setting in win_length
I'm testing the win_length option using version 0.1.2.dev3 and 0.1.4a0. For both versions, I got an error when instantiating MelSpectrogram with this option.
$ pip list | grep nnAudio nnAudio 0.1.2.dev3