Changeset e65fbec
- Timestamp:
- Dec 11, 2016, 8:55:54 PM (8 years ago)
- 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
- Location:
- doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/develop.rst
r762f05a re65fbec 1 .. _develop: 2 1 3 Developping with aubio 2 4 ====================== -
doc/index.rst
r762f05a re65fbec 11 11 live audio. 12 12 13 Features14 ======== 13 Quick links 14 =========== 15 15 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` 32 20 33 21 Current status … … 74 62 * `ReadTheDocs documentation <https://aubio.readthedocs.io/en/latest/>`_ 75 63 76 Copyright and License 77 ===================== 64 Features 65 ======== 66 67 aubio 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 81 The name aubio comes from *audio* with a typo: some errors are likely to be 82 found in the results. 83 84 Copyright 85 ========= 78 86 79 87 Copyright © 2003-2016 Paul Brossier <piem@aubio.org> 88 89 License 90 ======= 80 91 81 92 aubio is a `free <http://www.debian.org/intro/free>`_ and `open source -
doc/installing.rst
r762f05a re65fbec 16 16 17 17 download 18 building 18 19 requirements 19 building
Note: See TracChangeset
for help on using the changeset viewer.