urinieto / msaf-gpl

Algorithms for MSAF published under a GPL license
GNU General Public License v2.0
8 stars 2 forks source link

Music Structure Analysis Framework - GPL version

This repo is complementary to MSAF and it contains algorithms that were originally published under a GPL license.

Install

First, download the original MSAF. Then, copy setup.py into the orignal MSAF folder (overwrite the original setup.py). It might look something like this:

$> cp msaf-gpl/setup.py msaf/

Copy all the algorithms into the original MSAF:

$> cp -R msaf-gpl/algorithms/* msaf/msaf/algorithms/

Finally (re-)install MSAF, like this:

$> python setup.py install
$> pip install -e .

Boundary Algorithms

Labeling Algorithms