Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.49 KB

medley-de-bugger

Hello! MedleyDeBugger is an application that processes and error-checks multitracks before they are uploaded to the MedleyDB database.

Maintained by:

Julia Wilkins @jlw365

Rachel Bittner @rabitt

This code is released along with MedleyDB and is a component of the work presented in the following publication:

R. Bittner, J. Wilkins, H. Yip and J. P. Bello, "MedleyDB 2.0: New Data and a System for Sustainable Data Collection", in Proceedings of the 17th International Society for Music Information Retrieval Conference Late Breaking and Demo Papers, New York City, USA, Aug. 2016.

Related Projects

MedleyDB [code repository] [website]

MedleyDB Manager

Installation (via Homebrew)

  • git clone https://github.com/marl/medley-de-bugger.git
  • cd medley-de-bugger
  • pip install -r requirements.txt
  • brew install sox
  • brew install qt
  • brew install sip
  • brew install pyqt

Usage

python new_multitrack/new_multitrack.py # launch the application

  • Follow the prompts to select your audio and run it through the app.
  • After you're done, a new folder will be generated with a multitrack in MedleyDB format.