Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/aubio.h

    r2fcb973 rde836fd  
    160160#include "fmat.h"
    161161#include "musicutils.h"
    162 #include "vecutils.h"
    163162#include "temporal/resampler.h"
    164163#include "temporal/filter.h"
     
    172171#include "spectral/mfcc.h"
    173172#include "spectral/specdesc.h"
    174 #include "spectral/tss.h"
    175173#include "pitch/pitch.h"
    176174#include "onset/onset.h"
     175#include "onset/peakpicker.h"
    177176#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"
    183179#include "io/source_sndfile.h"
    184180#include "io/source_apple_audio.h"
     181#include "io/sink.h"
    185182#include "io/sink_sndfile.h"
    186183#include "io/sink_apple_audio.h"
    187 #include "io/sndfileio.h"
    188 #include "onset/peakpicker.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"
    189191#include "pitch/pitchmcomb.h"
    190192#include "pitch/pitchyin.h"
     
    193195#include "pitch/pitchfcomb.h"
    194196#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.