Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- Feb 5, 2008, 1:46:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 9 9 The 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. 10 10 11 = Get Started = 11 aubio 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. 12 12 13 [[Image(http://aubio.org/images/about.png, nolink, left, margin-left: 5em, margin-right:10px)]] 13 = Features = 14 15 Functions 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 24 aubio 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 26 Currently, [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 14 38 [wiki:Features Features] - where we are [[BR]] 15 39 [wiki:Goals Goals] - where do we want to be [[BR]] 16 40 [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 22 42 [wiki:Download Download] - grab the latest package, source code or SVN revision [[BR]] 23 43 [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 29 45 [/trac/newticket File a bug] - File a bug report (or add a comment about an [/trac/report/1 existing bug]) [[BR]] 30 46 [wiki:Discuss Discuss] - Subscribe to a mailing list or contact us [[BR]] 31 47 [wiki:Develop Develop] - Submit patches, work on the code, contribute 32 {{{33 #!html34 <br style="clear: both" />35 }}}36 48 37 Theme kindly borrowed from [http://www.diva-project.org Diva-Project] 49 = License = 50 51 aubio is a free and open source software released under the GNU/GPL license. 52 53 = Mailing-list = 54 55 The 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 59 Send bug reports about the web site or the mailing list directly to Paul Brossier. Feedback is most welcome.