source: doc/index.rst @ c9e20ca1

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

doc/index.rst: remove status links for release

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[88f7cf9]1Welcome
2=======
[34abeaf]3
[88f7cf9]4aubio is a collection of algorithms and tools to label and transform music and
5sounds. It scans or `listens` to audio signals and attempts to detect musical
6events. For instance, when a drum is hit, at which frequency is a note, or at
7what tempo is a rhythmic melody.
[34abeaf]8
[88f7cf9]9aubio features include segmenting a sound file before each of its attacks,
[34abeaf]10performing pitch detection, tapping the beat and producing midi streams from
11live audio.
12
[e65fbec]13Quick links
14===========
[34abeaf]15
[e65fbec]16* :ref:`python`
17* :ref:`manpages`
18* :ref:`develop`
19* :ref:`building`
[34abeaf]20
[a429d1c]21Project pages
22=============
23
24* `Project homepage`_: https://aubio.org
25* `aubio on github`_: https://github.com/aubio/aubio
26* `aubio on pypi`_: https://pypi.python.org/pypi/aubio
27* `Doxygen documentation`_: https://aubio.org/doc/latest/
28* `Mailing lists`_: https://lists.aubio.org
29
30.. _Project homepage: https://aubio.org
31.. _aubio on github: https://github.com/aubio/aubio
32.. _aubio on pypi: https://pypi.python.org/pypi/aubio
33.. _Doxygen documentation: https://aubio.org/doc/latest/
34.. _Mailing lists: https://lists.aubio.org/
35
[a96413e]36* `Travis Continuous integration page <https://travis-ci.org/aubio/aubio>`_
37* `Appveyor Continuous integration page <https://ci.appveyor.com/project/piem/aubio>`_
[e523483]38* `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_
[a429d1c]39* `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_
[34abeaf]40
[e65fbec]41Features
42========
43
44aubio provides several algorithms and routines, including:
45
46- several onset detection methods
47- different pitch detection methods
48- tempo tracking and beat detection
49- MFCC (mel-frequency cepstrum coefficients)
50- FFT and phase vocoder
51- up/down-sampling
52- digital filters (low pass, high pass, and more)
53- spectral filtering
54- transient/steady-state separation
55- sound file read and write access
56- various mathematics utilities for music applications
57
58The name aubio comes from *audio* with a typo: some errors are likely to be
59found in the results.
60
61Copyright
62=========
[34abeaf]63
[a96413e]64Copyright © 2003-2016 Paul Brossier <piem@aubio.org>
[34abeaf]65
[e65fbec]66License
67=======
68
[a96413e]69aubio is a `free <http://www.debian.org/intro/free>`_ and `open source
70<http://www.opensource.org/docs/definition.php>`_ software; **you** can
71redistribute it and/or modify it under the terms of the `GNU
[a429d1c]72<https://www.gnu.org/>`_ `General Public License
[a96413e]73<https://www.gnu.org/licenses/gpl.html>`_ as published by the `Free Software
74Foundation <https://fsf.org>`_, either version 3 of the License, or (at your
75option) any later version.
[34abeaf]76
[a429d1c]77.. note::
78
79   aubio is not MIT or BSD licensed. Contact the author if you need it in your
80   commercial product.
81
82Content
83=======
84
85.. toctree::
86   :maxdepth: 2
87
88   installing
89   python_module
90   cli
91   develop
Note: See TracBrowser for help on using the repository browser.