wok view aubio/description.txt @ rev 21802

linld/iso2exe: remove non slitaz dos boot (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 18:59:42 2019 +0200 (2019-08-10)
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.