bmcfee / muda

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

fixed unicode compatibility issue in transpose #85

Closed tomxi closed 3 years ago

tomxi commented 3 years ago

With Librosa 0.8.0, the default librosa.midi_to_note outputs a unicode string for sharps and flats. This behavior breaks with JAMS schema.

casab commented 3 years ago

Thanks, I was just trying to solve this.