Skip to content

Commit f20470b

Browse files
committed
Fix: Update librosa.feature.rms() to latest API
This commit fixes a bug where `librosa.feature.rms()` was not working due to an API change in librosa. The function now requires the y keyword argument to explicitly specify the audio signal, rather than accepting it as a positional argument. The change updates the function calls across the codebase to librosa.feature.rms(y=...), ensuring that the RMS energy calculation works correctly with the latest version of the library.
1 parent 22d204e commit f20470b

File tree

1 file changed

+24
-32
lines changed

1 file changed

+24
-32
lines changed

9- RMS energy and zero-crossing rate/RMS Energy and Zero-Crossing Rate.ipynb

Lines changed: 24 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)