1 config BR2_PACKAGE_AUBIO
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6 aubio is a tool designed for the extraction of annotations from
7 audio signals. Its features include segmenting a sound file
8 before each of its attacks, performing pitch detection, tapping
9 the beat and producing midi streams from live audio.
11 Because these tasks are difficult, we thought it was important
12 to gather them in a dedicated library. To increase the fun, we
13 have made these algorithms work in a causal way, so as to be
14 used in real time applications with as low delay as possible.
15 Functions can be used offline in sound editors and software
16 samplers, or online in audio effects and virtual instruments.
20 comment "aubio needs a toolchain w/ threads, dynamic library"
21 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS