Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements basic importer for Audacity project files #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2021

  1. Implements basic importer for Audacity project files with extension .…

    …aup.
    
    Includes deserializing and loading expectations.
    Includes basic tests.
    cofiem committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    dfb74a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Changes in response to feedback, plus bonus Audacity 3 project implem…

    …entation.
    
    Registered relevant classes as services.
    Improved tests.
    Made XmlSerializer work as a service.
    cofiem committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7a2200a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Functional implementation of Audacity reading and writing.

    Addressed feedback - audio file convention, single importer, moved fixture data.
    Partial implementation of audacity result formatter.
    cofiem committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    782c33b View commit details
    Browse the repository at this point in the history