bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

Use soundfile for all IO #77

Closed bmcfee closed 4 years ago

bmcfee commented 4 years ago

This PR fixes #76 by switching all IO to use pysoundfile instead of librosa. We had previously switched most of the code, but missed one call in the sox-based deformers.


This change is Reviewable