Changes between Version 1 and Version 2 of Features


Ignore:
Timestamp:
Oct 31, 2007, 3:03:32 AM (16 years ago)
Author:
Paul Brossier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Features

    v1 v2  
    11= Features =
    2 
    3 Functions implemented in the library include:
    42
    53    * various onset detection functions and real time peak-picking
     
    86    * transient and steady state separation
    97
    10 == Who uses aubio? ==
     8== Plugins ==
    119
    12     * Sonic Visualiser (http://www.sonicvisualiser.org)
    13     * Puredata (http://puredata.info/, see src:plugins/puredata
    14     * [http://www.speech.kth.se/wavesurfer/ Wavesurfer], see src:plugins/wavesurfer
    15     * [http://www.redsteamrecords.com/freecycle/ Freecycle]
    16     * [http://clam.iua.upf.edu/ CLAM]
    17     * [http://audacity.sourceforge.net/ Audacity] '''important''': see [#Audacity notes about audacity]
     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]
    1813
    19 A few examples of applications are provided in examples/ and python/:
     14== Programs ==
     15
     16A few examples of applications are provided in [source:examples/ examples/] and [source:python/ python/]:
    2017
    2118 - aubioonset
     
    2825    a python script to extract pitch tracks from sound files
    2926
     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
    3033== Audacity ==
    3134
     
    3336
    3437If 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}}}