source: doc/index.rst @ 152bf4f

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5
Last change on this file since 152bf4f was 152bf4f, checked in by Paul Brossier <piem@piem.org>, 5 years ago

[doc] start adding autodoc to sphinx documents

  • Property mode set to 100644
File size: 2.1 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
[275524e]21.. only:: devel
22
23    .. include:: statuslinks.rst
24
[a429d1c]25Project pages
26=============
27
28* `Project homepage`_: https://aubio.org
29* `aubio on github`_: https://github.com/aubio/aubio
30* `aubio on pypi`_: https://pypi.python.org/pypi/aubio
31* `Doxygen documentation`_: https://aubio.org/doc/latest/
32* `Mailing lists`_: https://lists.aubio.org
33
34.. _Project homepage: https://aubio.org
35.. _aubio on github: https://github.com/aubio/aubio
36.. _aubio on pypi: https://pypi.python.org/pypi/aubio
37.. _Doxygen documentation: https://aubio.org/doc/latest/
38.. _Mailing lists: https://lists.aubio.org/
39
[a96413e]40* `Travis Continuous integration page <https://travis-ci.org/aubio/aubio>`_
41* `Appveyor Continuous integration page <https://ci.appveyor.com/project/piem/aubio>`_
[e523483]42* `Landscape python code validation <https://landscape.io/github/aubio/aubio/master>`_
[a429d1c]43* `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_
[34abeaf]44
[e65fbec]45Features
46========
47
48aubio provides several algorithms and routines, including:
49
50- several onset detection methods
51- different pitch detection methods
52- tempo tracking and beat detection
53- MFCC (mel-frequency cepstrum coefficients)
54- FFT and phase vocoder
55- up/down-sampling
56- digital filters (low pass, high pass, and more)
57- spectral filtering
58- transient/steady-state separation
59- sound file read and write access
60- various mathematics utilities for music applications
61
62The name aubio comes from *audio* with a typo: some errors are likely to be
63found in the results.
64
[a429d1c]65Content
66=======
67
68.. toctree::
69   :maxdepth: 2
70
71   installing
72   python_module
[152bf4f]73   python
[a429d1c]74   cli
75   develop
[60fdc89]76   about
Note: See TracBrowser for help on using the repository browser.