From e65fbec11f5e2ab3de411c84cd3a17c547eea4fe Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 20:55:54 +0100 Subject: [PATCH] doc/index.rst: more shuffling --- doc/develop.rst | 2 ++ doc/index.rst | 51 +++++++++++++++++++++++++++++++-------------------- doc/installing.rst | 2 +- 3 files changed, 34 insertions(+), 21 deletions(-) diff --git a/doc/develop.rst b/doc/develop.rst index 7366e644..99f71055 100644 --- a/doc/develop.rst +++ b/doc/develop.rst @@ -1,3 +1,5 @@ +.. _develop: + Developping with aubio ====================== diff --git a/doc/index.rst b/doc/index.rst index 9cc6e7a1..34703d20 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -10,25 +10,13 @@ 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. -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 +Quick links +=========== -The name aubio comes from *audio* with a typo: some errors are likely to be -found in the results. +* :ref:`python` +* :ref:`manpages` +* :ref:`develop` +* :ref:`building` Current status ============== @@ -73,11 +61,34 @@ Project pages * `Landscape python code validation `_ * `ReadTheDocs documentation `_ -Copyright and License -===================== +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. + +Copyright +========= Copyright © 2003-2016 Paul Brossier +License +======= + aubio is a `free `_ and `open source `_ software; **you** can redistribute it and/or modify it under the terms of the `GNU diff --git a/doc/installing.rst b/doc/installing.rst index bbfd6c79..defbcc32 100644 --- a/doc/installing.rst +++ b/doc/installing.rst @@ -15,5 +15,5 @@ To compile aubio form source, first check the :ref:`requirements`, then read :maxdepth: 2 download - requirements building + requirements -- 2.11.0