wok view aubio/description.txt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children
line source
1 aubio is a tool designed for the extraction of annotations from audio signals.
2 Its features include segmenting a sound file before each of its attacks,
3 performing pitch detection, tapping the beat and producing midi streams from
4 live audio.
6 Because these tasks are difficult, we thought it was important to gather them
7 in a dedicated library. To increase the fun, we have made these algorithms
8 work in a causal way, so as to be used in real time applications with as low
9 delay as possible. Functions can be used offline in sound editors and
10 software samplers, or online in audio effects and virtual instruments.
12 aubio is written in C and is known to run on most modern architectures and
13 platforms.
15 aubio is a free and open source software released under the GNU/GPL license.
17 Note: aubio is not MIT or BSD licensed.