Changeset e65fbec


Ignore:
Timestamp:
Dec 11, 2016, 8:55:54 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler, yinfft+
Children:
e15d7d0
Parents:
762f05a
Message:

doc/index.rst: more shuffling

Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/develop.rst

    r762f05a re65fbec  
     1.. _develop:
     2
    13Developping with aubio
    24======================
  • doc/index.rst

    r762f05a re65fbec  
    1111live audio.
    1212
    13 Features
    14 ========
     13Quick links
     14===========
    1515
    16 aubio provides several algorithms and routines, including:
    17 
    18 - several onset detection methods
    19 - different pitch detection methods
    20 - tempo tracking and beat detection
    21 - MFCC (mel-frequency cepstrum coefficients)
    22 - FFT and phase vocoder
    23 - up/down-sampling
    24 - digital filters (low pass, high pass, and more)
    25 - spectral filtering
    26 - transient/steady-state separation
    27 - sound file read and write access
    28 - various mathematics utilities for music applications
    29 
    30 The name aubio comes from *audio* with a typo: some errors are likely to be
    31 found in the results.
     16* :ref:`python`
     17* :ref:`manpages`
     18* :ref:`develop`
     19* :ref:`building`
    3220
    3321Current status
     
    7462* `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_
    7563
    76 Copyright and License
    77 =====================
     64Features
     65========
     66
     67aubio provides several algorithms and routines, including:
     68
     69- several onset detection methods
     70- different pitch detection methods
     71- tempo tracking and beat detection
     72- MFCC (mel-frequency cepstrum coefficients)
     73- FFT and phase vocoder
     74- up/down-sampling
     75- digital filters (low pass, high pass, and more)
     76- spectral filtering
     77- transient/steady-state separation
     78- sound file read and write access
     79- various mathematics utilities for music applications
     80
     81The name aubio comes from *audio* with a typo: some errors are likely to be
     82found in the results.
     83
     84Copyright
     85=========
    7886
    7987Copyright © 2003-2016 Paul Brossier <piem@aubio.org>
     88
     89License
     90=======
    8091
    8192aubio is a `free <http://www.debian.org/intro/free>`_ and `open source
  • doc/installing.rst

    r762f05a re65fbec  
    1616
    1717   download
     18   building
    1819   requirements
    19    building
Note: See TracChangeset for help on using the changeset viewer.