Skip to content

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

@skratchdot

Description

@skratchdot

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions