aubio
Wiki
Check out the wiki at dev.aubio.org. You can read the source code too.
API documentation
The API changed a lot since the latest release. Best is to browse the source code for now.
To read the doc about the latest release, have a look at documentation for the latest stable version, generated by Doxygen.
manpages
A few command line applications are provided in examples/ and python/. Here are their manpages.
- aubioonset
- outputs the onset detected
- aubionotes
- uses both onset and pitch to extract symbolic music data from an audio source and emit MIDI like data.
- aubiocut
- a python script that takes an input sound and creates one new sample at each detected onset or beat. The slices produced by aubiocut are useful for use with a sequencer such as Hydrogen.
- aubiopitch
- a python script to extract pitch tracks from sound files