vocalpy / crowsetta

A tool to work with any format for annotating animal sounds
https://crowsetta.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
51 stars 3 forks source link

keep attributes like file, onsets, offset for Sequence and just have `frozen=True`? #25

Closed NickleDave closed 5 years ago

NickleDave commented 5 years ago

so user doesn't have to do something like

seq_dict = seq.to_dict()
file = seq_dict['file']

just to get the audio filename

NickleDave commented 5 years ago

Done in #28