Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump librosa to
0.10.2-release
branch
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
f1254ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix for
AttributeError: module 'scipy.signal' has no attribute 'hann'
: