wok view aubio/description.txt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
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.