wiki:Develop

Develop

aubio has been built to be used by audio developpers to add high level feature extraction to their softwares. Because these tasks are difficult, we thought it was important to gather them in a dedicated library. To increase the fun, we have made these algorithms work in a causal or almost causal way, so as to be used in real time applications with as low delay as possible.

Getting the source code

Get the source code from the git repository. It will be easy for you to track the main branch changes, and for your own branch to get merged in the main one.

Read the build instructions to compile all you want in your new branch.

Using aubio in your application

Read the developer documentation, generated from the source code using Doxygen to know which functions are available from the C library.

The python module is still poorly documented, and the best way to understand it is still to dive in code.

Last modified 13 years ago Last modified on Feb 4, 2011, 10:41:17 AM