google-deepmind / dm_aux

Apache License 2.0
62 stars 6 forks source link

Add support for librosa>=0.9.0 #3

Open DBraun opened 8 months ago

DBraun commented 8 months ago

I have run python3 -m pytest dm_aux/ and all tests passed.

DBraun commented 2 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.