A Graphical User Interface For Musical Audio Source Separation

There are several versions of the source separation program, with different fea-tures, notably: use of PyQt4 or PySide, and whether an estimation of themelody line is provided to the user, before she can choose/correct it.More specifically, there are 3 systems:• the original system that was used for the experiments of [DT2012]: use ofPyQt4, no estimation of the melody line,• a version of the PyQt4 program, with estimation of the melody line,• at last, a PySide version, with estimation of the melody line.Since the source code is provided, advanced users may modify these withminor changes to the code.In order to use the Python scripts, the following software/packages/modulesare needed:• Qt (version 4.7, qt.nokia.com, included in PyQt4 binaries, see below)• Python (version 2.7, use EPD: http://www.enthought.com/products/epd.php)• Numpy (version 1.6+, included in EPD)1