18 | | - aubioonset |
19 | | outputs the onset detected |
20 | | - aubionotes |
21 | | uses both onset and pitch to extract symbolic music data from an audio source and emit MIDI like data. |
22 | | - aubiocut |
23 | | a python script that takes an input sound and creates one new sample at each detected onset or beat. The slices produced by aubiocut are useful for use with a sequencer such as Hydrogen. |
24 | | - aubiopitch |
25 | | a python script to extract pitch tracks from sound files |
| 12 | - '''aubioonset''': outputs the onset detected |
| 13 | - '''aubionotes''': uses both onset and pitch to extract symbolic music data from an audio source and emit MIDI like data. |
| 14 | - '''aubiocut''': a python script that takes an input sound and creates one new sample at each detected onset or beat. The slices produced by aubiocut are useful for use with a sequencer such as Hydrogen. |
| 15 | - '''aubiopitch''': a python script to extract pitch tracks from sound files |
27 | | == Who uses aubio? == |
28 | | |
29 | | * [http://www.sonicvisualiser.org Sonic Visualiser], http://www.sonicvisualiser.org |
30 | | * [http://www.redsteamrecords.com/freecycle/ Freecycle], http://www.redsteamrecords.com/freecycle/ |
31 | | * [http://clam.iua.upf.edu/ CLAM], http://clam.iua.upf.edu/ |
32 | | |
33 | | == Audacity == |
34 | | |
35 | | It is ''possible'' to use aubioonset from within audacity, but this requires patching the audacity source code, and rebuilding it. For more informations, see the [source:plugins/audacity/README README] in the [source:plugins/audacity plugins/audacity directory]. |
36 | | |
37 | | If you are not familiar with this kind of operation, you can just load the text file produced by: |
38 | | {{{ |
39 | | $ aubiocut -i file.wav > file.txt |
40 | | }}} |
| 17 | See also ProjectsUsingAubio |