Changes between Version 2 and Version 3 of Features


Ignore:
Timestamp:
Apr 9, 2008, 12:45:57 PM (16 years ago)
Author:
Paul Brossier
Comment:

removed info duplicated from ProjectsUsingAubio

Legend:

Unmodified
Added
Removed
Modified
  • Features

    v2 v3  
    66    * transient and steady state separation
    77
    8 == Plugins ==
    9 
    10     * [http://www.speech.kth.se/wavesurfer/ Wavesurfer], http://www.speech.kth.se/wavesurfer/, see [source:plugins/wavesurfer plugins/wavesurfer]
    11     * [http://puredata.info/ PureData], http://puredata.info, see [source:plugins/puredata]
    12     * [http://audacity.sf.net/ Audacity], http://audacity.sf.net '''important''': see [#Audacity notes about audacity]
    13 
    148== Programs ==
    159
    16 A few examples of applications are provided in [source:examples/ examples/] and [source:python/ python/]:
     10A few examples of applications are provided in [source:aubio/examples/ examples/] and [source:aubio/python/ python/]:
    1711
    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
    2616
    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 }}}
     17See also ProjectsUsingAubio