We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This line fails for me using librosa 0.7.2:
librosa 0.7.2
media-tools/lib/audio_utils.py
Line 498 in bca0c68
I had to change librosa.feature.rmse to librosa.feature.rms to get it to work.
librosa.feature.rmse
librosa.feature.rms
Which version of librosa is required?
P.S. Thanks for your great work!
The text was updated successfully, but these errors were encountered:
Add files via upload
ceff45e
ensure that librosa features are the right version.
Thanks!!!!!!!!!!!!!!
Sorry, something went wrong.
Thanks alot
No branches or pull requests
This line fails for me using
librosa 0.7.2
:media-tools/lib/audio_utils.py
Line 498 in bca0c68
I had to change
librosa.feature.rmse
tolibrosa.feature.rms
to get it to work.Which version of librosa is required?
P.S. Thanks for your great work!
The text was updated successfully, but these errors were encountered: