aubio
Compiling vamp-aubio-plugins
Please refer to the detailed instructions to build vamp-aubio-plugins for your platform in the following files:
- INSTALL.osx for Mac OS X
- INSTALL.linux64 for Linux amd64
- INSTALL.linux32 for Linux i686
- INSTALL.mingw32 to cross-compile using Mingw
You can try running the corresponding file directly from the current directory. For instance, on a Linux x86_64 host:
$ sh INSTALL.linux64
Linux
Use Makefile.linux to compile vamp-aubio-plugins:
make -f Makefile.linux clean all
Mac OS X
Use Makefile.osx to compile vamp-aubio-plugins:
make -f Makefile.osx clean all
Windows
Use Makefile.mingw32 to compile vamp-aubio-plugins:
make -f Makefile.mingw32 clean all
Installing vamp-aubio-plugins
The Vamp plugin is defined by the following three files. Depending on your platform, the extension of the binary file will vary.
vamp-aubio.cat vamp-aubio.n3 vamp-aubio.{so,dll,dylib}
Follow the Vamp installation instructions to copy the above three files to your preferred plugin directory.