Changes between Version 1 and Version 2 of Features
- Timestamp:
- Oct 31, 2007, 3:03:32 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features
v1 v2 1 1 = Features = 2 3 Functions implemented in the library include:4 2 5 3 * various onset detection functions and real time peak-picking … … 8 6 * transient and steady state separation 9 7 10 == Who uses aubio?==8 == Plugins == 11 9 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] 18 13 19 A few examples of applications are provided in examples/ and python/: 14 == Programs == 15 16 A few examples of applications are provided in [source:examples/ examples/] and [source:python/ python/]: 20 17 21 18 - aubioonset … … 28 25 a python script to extract pitch tracks from sound files 29 26 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 30 33 == Audacity == 31 34 … … 33 36 34 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 }}}