QutEcoacoustics / egret

Everyone's Generalized REcognizer Tester
Apache License 2.0
3 stars 1 forks source link

Implements basic importer for Audacity project files #2

Open cofiem opened 3 years ago

cofiem commented 3 years ago

File extension .aup.

Includes deserializing and loading expectations. Includes basic tests.

Initial step for #1.

cofiem commented 3 years ago

I'm now able to run egret with audacity project files as input, and get audacity files as output!

I'm not sure about how to write the results to the Audacity Project Tracks and labels - there's a few TODOs in there that will need your help @atruskie.

I've made the second round of changes to address your feedback. Ready for another review.