spotify / basic-pitch

A lightweight yet powerful audio-to-MIDI converter with pitch bend detection
https://basicpitch.io
Apache License 2.0
3.48k stars 274 forks source link

Use newer scipy gaussian window fn #122

Closed drubinstein closed 7 months ago

drubinstein commented 7 months ago

Handles #120. Scipy added this function in 1.1.0 and basic-pitch requires scipy>1.4 so we should be safe.