Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'librosa.feature' has no attribute 'rmse' #1

Open
skratchdot opened this issue Apr 29, 2020 · 2 comments
Open

Comments

@skratchdot
Copy link

This line fails for me using librosa 0.7.2:

return librosa.feature.rmse(S=librosa.stft(y, n_fft=n_fft, hop_length=hop_length))[0]

I had to change librosa.feature.rmse to librosa.feature.rms to get it to work.

Which version of librosa is required?

P.S. Thanks for your great work!

jim-schwoebel referenced this issue in jim-schwoebel/allie Dec 7, 2020
ensure that librosa features are the right version.
@olivo000
Copy link

Thanks!!!!!!!!!!!!!!

@charmzshab
Copy link

Thanks alot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants