bmcfee / muda

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

load audio with no annotation #69

Closed bmcfee closed 4 years ago

bmcfee commented 4 years ago

Fixes #63

This PR adds support for muda on unannotated data. The fix automates the process described in #63, where an empty jams object is constructed on load.


This change is Reviewable