Skip to content

Commit

Permalink
Bump librosa to 0.10.2-release branch
Browse files Browse the repository at this point in the history
This fixes `AttributeError: module 'scipy.signal' has no attribute 'hann'` that occurs when trying to augment data using `automix.py`.

In librosa version 0.10.2.dev0, the `__trim_beats` in beat.py no longer uses scipy for hanning computation & now uses `np.hanning` instead.
  • Loading branch information
Ma5onic authored Apr 13, 2024
1 parent b792f07 commit f1254ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ torchaudio>=0.8,<2.1
tqdm
treetable
soundfile>=0.10.3;sys_platform=="win32"
librosa @ git+https://github.com/librosa/librosa.git@c0266e4

0 comments on commit f1254ce

Please sign in to comment.