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
We are loading the entire audio file at once (calling librosa.load) - if we switch to chunk-wise processing or librosa.stream this would be avoided. A similar issue was raised in #26
The text was updated successfully, but these errors were encountered:
We are loading the entire audio file at once (calling
librosa.load
) - if we switch to chunk-wise processing orlibrosa.stream
this would be avoided. A similar issue was raised in #26The text was updated successfully, but these errors were encountered: