Changes between Version 12 and Version 13 of WikiStart


Ignore:
Timestamp:
Feb 5, 2008, 1:46:33 AM (17 years ago)
Author:
Paul Brossier
Comment:

remove strange icons, more old index imports

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v12 v13  
    99The aim of this project is to provide these automatic labeling features to other audio softwares. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments.
    1010
    11 = Get Started =
     11aubio has been built to be used by audio developers 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.
    1212
    13 [[Image(http://aubio.org/images/about.png, nolink, left, margin-left: 5em, margin-right:10px)]]
     13= Features =
     14
     15Functions implemented in the library include:
     16
     17    * various onset detection functions and real time peak-picking
     18    * various pitch detection functions
     19    * beat tracking algorithm (tempo detection)
     20    * transient and steady state separation
     21
     22= Implementation =
     23
     24aubio is written in C. The functions can be called from C++, and a wrapper has been written using [http://swig.org SWIG]. The python interface is already usable, and it would probably be a matter of seconds to add access to the other languages supported by SWIG (including perl, java and many more).
     25
     26Currently, [http://aubio.org aubio] depends on [http://mega-nerd.com/libsndfile libsndfile], [http://mega-nerd.com/SRC libsamplerate] and [http://fftw.org FFTW]. On Linux platforms, aubio can be built using JACK, and ALSA.
     27
     28= See Also =
     29
     30 - References
     31 - ProjectsUsingAubio
     32 - RelatedProjects
     33 - Examples
     34 - FAQ
     35
     36= Hands on =
     37
    1438[wiki:Features Features] - where we are [[BR]]
    1539[wiki:Goals Goals] - where do we want to be [[BR]]
    1640[wiki:Screenshots Screenshots] - a quick look at the current status
    17 {{{
    18 #!html
    19 <br style="clear: both" />
    20 }}}
    21 [[Image(http://aubio.org/images/download.png, nolink, left, margin-left: 5em, margin-right:10px)]]
     41
    2242[wiki:Download Download] - grab the latest package, source code or SVN revision [[BR]]
    2343[wiki:Build Build] - build and installation instructions [[BR]]
    24 {{{
    25 #!html
    26 <br style="clear: both" />
    27 }}}
    28 [[Image(http://aubio.org/images/speak.png, nolink, left, margin-left: 5em, margin-right:10px)]]
     44
    2945[/trac/newticket File a bug] - File a bug report (or add a comment about an [/trac/report/1 existing bug]) [[BR]]
    3046[wiki:Discuss Discuss] - Subscribe to a mailing list or contact us [[BR]]
    3147[wiki:Develop Develop] - Submit patches, work on the code, contribute
    32 {{{
    33 #!html
    34 <br style="clear: both" />
    35 }}}
    3648
    37 Theme kindly borrowed from [http://www.diva-project.org Diva-Project]
     49= License =
     50
     51aubio is a free and open source software released under the GNU/GPL license.
     52
     53= Mailing-list =
     54
     55The project has a mailing list: aubio@piem.org. You can subscribe to the list by writing a mail to aubio-subscribe@piem.org.
     56
     57= Contact =
     58
     59Send bug reports about the web site or the mailing list directly to Paul Brossier. Feedback is most welcome.