Commit graph

6 commits

Author SHA1 Message Date
Ryo ONODERA
6f4b0ca00a * Fix build with python 2.6 or later. 2011-07-31 13:20:43 +00:00
Ryo ONODERA
ac21b98ddb Fix build with python2.6 for me. 2011-05-11 09:47:09 +00:00
PHO / phonohawk
6f44776004 Added TODO 2010-02-01 10:27:53 +00:00
PHO / phonohawk
530f970904 Declare PYTHON_VERSIONS_INCOMPATIBLE=26 for now 2010-02-01 05:50:39 +00:00
PHO / phonohawk
8c3505150b Forgot to checkin buildlink3.mk 2010-01-27 06:55:34 +00:00
PHO / phonohawk
682fe4b9ba Import aubio-0.3.2 as wip/aubio.
aubio is a tool designed for the extraction of annotations from audio
signals. Its features include segmenting a sound file before each of
its attacks, performing pitch detection, tapping the beat and
producing midi streams from live audio.

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 way, so as to be used in real time
applications with as low delay as possible. Functions can be used
offline in sound editors and software samplers, or online in audio
effects and virtual instruments.

aubio currently provides the following features:
    - digital filters
    - phase vocoder
    - onset detection (several methods)
    - pitch tracking (several methods)
    - beat and tempo tracking
    - mel frequency cepstrum coefficients (MFCC)
    - transient / steady-state separation
2010-01-27 06:50:32 +00:00