Changeset 83963b3 for src/aubio.h


Ignore:
Timestamp:
Oct 22, 2009, 3:13:07 AM (15 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, pitchshift, sampler, timestretch, yinfft+
Children:
fc0262f
Parents:
78429de
Message:

strip down stable public API, defining add AUBIO_UNSTABLE to access unstable API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r78429de r83963b3  
    6464#include "cvec.h"
    6565#include "lvec.h"
    66 #include "mathutils.h"
    67 #include "vecutils.h"
    68 #include "utils/scale.h"
    69 #include "utils/hist.h"
    70 #include "spectral/tss.h"
     66#include "musicutils.h"
    7167#include "temporal/resampler.h"
    7268#include "temporal/filter.h"
     
    7470#include "temporal/a_weighting.h"
    7571#include "temporal/c_weighting.h"
     72#include "spectral/fft.h"
     73#include "spectral/phasevoc.h"
     74#include "spectral/mfcc.h"
     75#include "pitch/pitch.h"
     76#include "onset/onset.h"
     77#include "tempo/tempo.h"
     78
     79#if AUBIO_UNSTABLE
     80#include "vecutils.h"
     81#include "mathutils.h"
     82#include "utils/scale.h"
     83#include "utils/hist.h"
     84#include "spectral/tss.h"
    7685#include "spectral/filterbank.h"
    7786#include "spectral/filterbank_mel.h"
    78 #include "spectral/mfcc.h"
    79 #include "spectral/fft.h"
    80 #include "spectral/phasevoc.h"
    81 #include "spectral/spectral_centroid.h"
    82 #include "pitch/pitch.h"
    8387#include "pitch/pitchmcomb.h"
    8488#include "pitch/pitchyin.h"
     
    8791#include "pitch/pitchfcomb.h"
    8892#include "onset/onsetdetection.h"
    89 #include "onset/onset.h"
     93#include "spectral/spectral_centroid.h"
    9094#include "onset/peakpick.h"
    9195#include "tempo/beattracking.h"
    92 #include "tempo/tempo.h"
     96#endif
    9397
    9498#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.