-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
melspectrogram() error #1176
Comments
Change the relevant function like this: def wav_to_mel_spectrogram(wav): |
Can confirm that this works |
Yes, it works fine for me. I think this issue is for the new release of Librosa. Librosa wants parameters with names. |
@tony2023 I've got almost the same issue at Windows, conda version change of librosa fixed this, but demo_toolbox.py still not running... |
use librosa vesrion 0.9.2 the issue will be sorted |
Thanks to ajay-sampath |
Thanks for the tip!
Installing librosa 0.9.2 fixed it |
On ubuntu 22.04
when I run the demo_cli.py, I got this:
melspectrogram() takes 0 positional arguments but 2 positional arguments.
The text was updated successfully, but these errors were encountered: