2012-12-27 19:11:05 by Ryo ONODERA | Files touched by this commit (14) | |
Log message: Already in main pkgsrc tree. |
2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. Mark packages that don't and might probably not have staged installation. |
2011-07-31 15:23:06 by Ryo ONODERA | Files touched by this commit (1) |
Log message: * Fix build with python 2.6 or later. |
2011-07-31 15:20:44 by Ryo ONODERA | Files touched by this commit (10) |
Log message: * Fix build with python 2.6 or later. |
2011-05-11 11:47:09 by Ryo ONODERA | Files touched by this commit (4) |
Log message: Fix build with python2.6 for me. |
2010-02-01 11:27:53 by PHO / phonohawk | Files touched by this commit (1) |
Log message: Added TODO |
2010-02-01 06:50:40 by PHO / phonohawk | Files touched by this commit (1) |
Log message: Declare PYTHON_VERSIONS_INCOMPATIBLE=26 for now |
2010-01-27 07:55:34 by PHO / phonohawk | Files touched by this commit (1) |
Log message: Forgot to checkin buildlink3.mk |
2010-01-27 07:50:32 by PHO / phonohawk | Files touched by this commit (5) | |
Log message: Import aubio-0.3.2 as wip/aubio. aubio is a tool designed for the extraction of annotations from audio signals. Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio. Because these tasks are difficult, we thought it was important to gather them in a dedicated library. To increase the fun, we have made these algorithms work in a causal way, so as to be used in real time applications with as low delay as possible. Functions can be used offline in sound editors and software samplers, or online in audio effects and virtual instruments. aubio currently provides the following features: - digital filters - phase vocoder - onset detection (several methods) - pitch tracking (several methods) - beat and tempo tracking - mel frequency cepstrum coefficients (MFCC) - transient / steady-state separation |