wok diff 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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/aubio/description.txt Sat Dec 15 23:50:50 2018 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +aubio is a tool designed for the extraction of annotations from audio signals. 1.5 +Its features include segmenting a sound file before each of its attacks, 1.6 +performing pitch detection, tapping the beat and producing midi streams from 1.7 +live audio. 1.8 + 1.9 +Because these tasks are difficult, we thought it was important to gather them 1.10 +in a dedicated library. To increase the fun, we have made these algorithms 1.11 +work in a causal way, so as to be used in real time applications with as low 1.12 +delay as possible. Functions can be used offline in sound editors and 1.13 +software samplers, or online in audio effects and virtual instruments. 1.14 + 1.15 +aubio is written in C and is known to run on most modern architectures and 1.16 +platforms. 1.17 + 1.18 +aubio is a free and open source software released under the GNU/GPL license. 1.19 + 1.20 +Note: aubio is not MIT or BSD licensed.