Changeset 2fcb973


Ignore:
Timestamp:
Mar 3, 2013, 7:41:25 PM (11 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:
386be4a
Parents:
3684ab4
Message:

src/aubio.h: change sndfile and apple_audio to unstable, change tss and vecutils stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio.h

    r3684ab4 r2fcb973  
    160160#include "fmat.h"
    161161#include "musicutils.h"
     162#include "vecutils.h"
    162163#include "temporal/resampler.h"
    163164#include "temporal/filter.h"
     
    171172#include "spectral/mfcc.h"
    172173#include "spectral/specdesc.h"
     174#include "spectral/tss.h"
    173175#include "pitch/pitch.h"
    174176#include "onset/onset.h"
    175 #include "onset/peakpicker.h"
    176177#include "tempo/tempo.h"
    177 #include "io/sndfileio.h"
    178178#include "io/source.h"
     179#include "io/sink.h"
     180
     181#if AUBIO_UNSTABLE
     182#include "mathutils.h"
    179183#include "io/source_sndfile.h"
    180184#include "io/source_apple_audio.h"
    181 #include "io/sink.h"
    182185#include "io/sink_sndfile.h"
    183186#include "io/sink_apple_audio.h"
    184 
    185 #if AUBIO_UNSTABLE
    186 #include "vecutils.h"
    187 #include "mathutils.h"
    188 #include "utils/scale.h"
    189 #include "utils/hist.h"
    190 #include "spectral/tss.h"
     187#include "io/sndfileio.h"
     188#include "onset/peakpicker.h"
    191189#include "pitch/pitchmcomb.h"
    192190#include "pitch/pitchyin.h"
     
    195193#include "pitch/pitchfcomb.h"
    196194#include "tempo/beattracking.h"
     195#include "utils/scale.h"
     196#include "utils/hist.h"
    197197#endif
    198198
Note: See TracChangeset for help on using the changeset viewer.