Open DBraun opened 8 months ago
Changes in librosa 9.0 made this necessary. https://librosa.org/doc/main/changelog.html
#1114 Most functions now require keyword arguments. #1382 The default padding mode for most functions (including STFT) is now zero-padding.
I have run
python3 -m pytest dm_aux/
and all tests passed.