NOTICE: This package has been removed from pkgsrc

./wip/aubio, Extracting annotations from audio signals

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.2, Package name: aubio-0.3.2, Maintainer: pho

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


Required to run:
[audio/libsamplerate] [audio/libsndfile] [audio/jack] [math/fftw] [audio/alsa-lib] [lang/python27]

Required to build:
[devel/libtool-base] [devel/pkg-config] [devel/swig]

Package options: alsa, jack

Master sites:

SHA1: 8ef7ccbf18a4fa6db712a9192acafc9c8d080978
RMD160: 44e3bb8ab38aa715052466e7ae50123089914b5b
Filesize: 594.732 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-27 19:11:05 by Ryo ONODERA | Files touched by this commit (14) | Package removed
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