aubio
Here are the list of places you can get aubio from.
To download ofxAubio read the ofxAubio's download instructions.
To download pd-aubio read the pd-aubio's download instructions.
To download vamp-aubio-plugins read the vamp-aubio-plugins's download instructions.
Head
Get the latest version of aubio using git:
$ git clone https://git.aubio.org/aubio/aubio/
Read on to find out how to build and install aubio.
You can also browse the latest branches of aubio at
https://git.aubio.org
or check out the github mirror at
https://github.com/aubio/aubio
Source
The latest release of aubio is version 0.4.7.
Read on to find out how to compile and install aubio.
Older releases of aubio are available at https://aubio.org/pub/.
Python module
The Python module can be directly installed with pip:
python -m pip install aubio
The python module comes with aubiocut. See also the aubio page on pypi.python.org.
Linux
Aubio may already be packaged for your distribution.
For instance, to install command line tools, development files and documentation on a debian base system, use:
$ sudo apt-get install aubio-tools libaubio-dev libaubio-doc
Mac OS X
The following binary contains a directory called aubio.framework. Simply drag and drop this directory in the frameworks of your Mac OS XCode project, and it will be ready to use aubio.
The complete tarball, containing the command line tools, is here:
You can also build aubio using homebrew:
brew install aubio --with-python
If you are using Fink, you can fetch aubio from their repository:
fink install libaubio4 libaubio4-bin libaubio4-shlibs
To add Jack support, you may need to install JackOSX and recompile with --enable-jack.
Windows
The following zip files contain aubio's dll and command line tools for for 32 and 64 bits architectures. They were cross-compiled using mingw-w64.
The following zip files contain aubio's dll and command line tools built for 32 and 64 bits architectures with ffmpeg support. They were cross-compiled using mingw-w64 and ffmpeg 20170404-1229007 from Zeranoe builds.
For the ffmpeg build, you will also need to download the corresponding ffmpeg build for win64 and win32 .
iOS
The following binary contains a directory called aubio.framework. Simply drag and drop this directory in the frameworks of your iOS XCode project, and it will be ready to use aubio.
The framework contains a fat binary for both iOS and iOS Simulator.
© 2003-2017 the aubio team | cc-by-sa