Changeset 633400d for src/aubio.h


Ignore:
Timestamp:
Dec 5, 2018, 10:34:39 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
283a619a
Parents:
5b46bc3 (diff), f19db54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/pitchshift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r5b46bc3 r633400d  
    110110
    111111  Several examples of C programs are available in the \p examples/ and \p tests/src
    112   directories of the source tree. See more examples:
    113   @ref spectral/test-fft.c
    114   @ref spectral/test-phasevoc.c
    115   @ref onset/test-onset.c
    116   @ref pitch/test-pitch.c
    117   @ref tempo/test-tempo.c
    118   @ref test-fvec.c
    119   @ref test-cvec.c
     112  directories of the source tree.
     113
     114  Some examples:
     115  - @ref spectral/test-fft.c
     116  - @ref spectral/test-phasevoc.c
     117  - @ref onset/test-onset.c
     118  - @ref pitch/test-pitch.c
     119  - @ref tempo/test-tempo.c
     120  - @ref test-fvec.c
     121  - @ref test-cvec.c
    120122
    121123  \subsection unstable_api Unstable API
     
    138140
    139141  Latest versions, further documentation, examples, wiki, and mailing lists can
    140   be found at http://aubio.org .
     142  be found at https://aubio.org .
    141143
    142144 */
     
    181183#include "temporal/c_weighting.h"
    182184#include "spectral/fft.h"
     185#include "spectral/dct.h"
    183186#include "spectral/phasevoc.h"
    184187#include "spectral/filterbank.h"
     
    186189#include "spectral/mfcc.h"
    187190#include "spectral/specdesc.h"
     191#include "spectral/awhitening.h"
    188192#include "spectral/tss.h"
    189193#include "pitch/pitch.h"
     
    212216#include "pitch/pitchyin.h"
    213217#include "pitch/pitchyinfft.h"
     218#include "pitch/pitchyinfast.h"
    214219#include "pitch/pitchschmitt.h"
    215220#include "pitch/pitchfcomb.h"
Note: See TracChangeset for help on using the changeset viewer.