This repo is complementary to MSAF and it contains algorithms that were originally published under a GPL license.
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 .