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