./audio/aubio, Extracting annotations from audio signals

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.9nb17, Package name: aubio-0.4.9nb17, Maintainer: pkgsrc-users

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] [multimedia/ffmpeg4]

Required to build:
[pkgtools/x11-links] [devel/swig] [pkgtools/cwrappers]

Package options: alsa, jack

Master sites:

Filesize: 388.285 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-04 02:33:38 by Ryo ONODERA | Files touched by this commit (1)
Log message:
aubio: Restrict documentation generation

* Man pages is generated like before.
* Disable documentation in HTML even when doxygen and/or sphinx
  is installed.
   2024-01-22 14:17:08 by Ryo ONODERA | Files touched by this commit (119)
Log message:
*: Recursive revbump from multimedia/libvpx
   2023-12-25 11:11:17 by Thomas Klausner | Files touched by this commit (1)
Log message:
aubio: does not support Python 3.12
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-09-11 15:04:34 by Nia Alarie | Files touched by this commit (2)
Log message:
aubio: Can't depend on doxygen, disable doxygen, and have doxygen in PLIST
at the same time.
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-25 16:37:35 by Dr. Thomas Orgis | Files touched by this commit (1)
Log message:
audio/aubio: control docs creation, change maintainer

On a Linux system with doxygen present, unwanted html documentation could be created,
also man generation needs explicit dependency.

The old maintainer asked to be removed, so it is pkgsrc-users for now. Thanks
for your work so far!
   2023-05-24 09:20:46 by Thomas Klausner | Files touched by this commit (2)
Log message:
aubio: fix PLIST for latest doxygen and depend on it

Mark as not-for-python-3.11 while here.