source: doc/index.rst @ f91d4ac

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampleryinfft+
Last change on this file since f91d4ac was e65fbec, checked in by Paul Brossier <piem@piem.org>, 7 years ago

doc/index.rst: more shuffling

  • Property mode set to 100644
File size: 3.5 KB

Welcome

aubio is a collection of algorithms and tools to label and transform music and sounds. It scans or listens to audio signals and attempts to detect musical events. For instance, when a drum is hit, at which frequency is a note, or at what tempo is a rhythmic melody.

aubio features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.

Current status

Travis build status Appveyor build status Landscape code health Documentation status Commits since last release

Features

aubio provides several algorithms and routines, including:

  • several onset detection methods
  • different pitch detection methods
  • tempo tracking and beat detection
  • MFCC (mel-frequency cepstrum coefficients)
  • FFT and phase vocoder
  • up/down-sampling
  • digital filters (low pass, high pass, and more)
  • spectral filtering
  • transient/steady-state separation
  • sound file read and write access
  • various mathematics utilities for music applications

The name aubio comes from audio with a typo: some errors are likely to be found in the results.

License

aubio is a free and open source software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Note

aubio is not MIT or BSD licensed. Contact the author if you need it in your commercial product.

Content

?
.. toctree::
   :maxdepth: 2
   installing
   python_module
   cli
   develop
Note: See TracBrowser for help on using the repository browser.