= 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 [wiki:Download source code], preferably from the [wiki:Download#Bazaar Bazaar 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 [wiki:Build build instructions] to compile all you want in your new branch. == Using aubio in your application == Read the [/doc developer documentation], generated from the source code using [http://doxygen.org 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 [source:python code].