- Timestamp:
- Mar 24, 2017, 6:54:20 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
- Children:
- 4da6f20
- Parents:
- 5399f17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/develop.rst
r5399f17 rf80519b 4 4 ====================== 5 5 6 Read `Contribute`_ to report issues and request new features.6 Here is a brief overview of the C library. 7 7 8 See `Doxygen documentation`_ for the complete documentation of the C library,9 built using `Doxygen <http://www.doxygen.org/>`_.8 See also the `API documentation <https://aubio.org/doc/latest/>`_ for a more 9 detailed list of available functions. 10 10 11 Below is a brief `Library overview`_. 12 13 Library overview 14 ---------------- 15 16 Here is a brief overview of the C library. See also the `Doxygen 17 documentation`_ for a more detailed list of available functions. 11 To report issues, ask questions, and request new features, use `Github Issues 12 <https://github.com/aubio/aubio/issues>`_ 18 13 19 14 Design Basics 20 ````````````` 15 ------------- 21 16 22 17 The library is written in C and is optimised for speed and portability. … … 43 38 44 39 Vectors and matrix 45 `````````````````` 40 ------------------ 46 41 47 42 ``fvec_t`` are used to hold vectors of float (``smpl_t``). … … 65 60 66 61 Reading a sound file 67 ```````````````````` 62 -------------------- 63 68 64 In this example, ``aubio_source`` is used to read a media file. 69 65 … … 93 89 <../tests/src/io/test-source.c>`. 94 90 95 Computing thespectrum96 `````````````````````` 91 Computing a spectrum 92 -------------------- 97 93 98 94 Now let's create a phase vocoder: … … 116 112 --------------------- 117 113 118 The latest version of the doxygen documentation is available at: 114 The latest version of the API documentation is built using `Doxygen 115 <http://www.doxygen.org/>`_ and is available at: 119 116 120 117 https://aubio.org/doc/latest
Note: See TracChangeset
for help on using the changeset viewer.