bmcfee / pumpp

practically universal music pre-processor
ISC License
60 stars 11 forks source link

Faster patch sampling using librosa 0.7.1 frame #118

Open bmcfee opened 5 years ago

bmcfee commented 5 years ago

Description

The next librosa release (0.7.1) introduces an in-place multidimensional frame operator. This could be used to more cleanly sample patches than our current implementation.

Definitely an enhancement here, and not a new feature or anything, so call it low-priority.