Wednesday, June 17, 2009

Marsyas installation

1. Install cmake (version 2.6 and above)
2. $cd marsyas-0.1.19
3. mkdir build
4.cd build
5.~/cmake-2.6.2-Linux-i386/bin/ccmake ../src/
6.Edit cmake compatibility if required
7.On the libmad (make sure MAD library stored)
8. configure and generate
9.at build -> $ make
10.at build ->$ make install
11.at build ->$make test
12. $ cd bin
13. use all marsyas commands (pitchextract,bextract) here

For more info:
http://opihi.cs.uvic.ca/NormCutAudio/pdf/ISMIR2006_Tutorial.pdf
http://marsyas.sness.net/docs/manual/marsyas-user/Available-tools.html#Available-tools

using marsyas:

1) creating
ls /home/amiza/song/Rock.wav > rock.mf
2) bextract -sv /home/amiza/song/rock -w rock.arff -p rock.mpl -cl GS

No comments:

Post a Comment