You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attribute of "lirosa.logamplitue" has been replaced by "librosa.core.amplitude_to_db" in Librosa latest release, and its argu of "ref_power" should change to "ref".
D = librosa.core.amplitude_to_db(np.abs(librosa.stft(y)) ** 2, ref=np.max)
The text was updated successfully, but these errors were encountered:
The attribute of "lirosa.logamplitue" has been replaced by "librosa.core.amplitude_to_db" in Librosa latest release, and its argu of "ref_power" should change to "ref".
D = librosa.core.amplitude_to_db(np.abs(librosa.stft(y)) ** 2, ref=np.max)
The text was updated successfully, but these errors were encountered: