Changes in src/aubio.h [2fcb973:de836fd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/aubio.h ¶
r2fcb973 rde836fd 160 160 #include "fmat.h" 161 161 #include "musicutils.h" 162 #include "vecutils.h"163 162 #include "temporal/resampler.h" 164 163 #include "temporal/filter.h" … … 172 171 #include "spectral/mfcc.h" 173 172 #include "spectral/specdesc.h" 174 #include "spectral/tss.h"175 173 #include "pitch/pitch.h" 176 174 #include "onset/onset.h" 175 #include "onset/peakpicker.h" 177 176 #include "tempo/tempo.h" 177 #include "io/sndfileio.h" 178 178 #include "io/source.h" 179 #include "io/sink.h"180 181 #if AUBIO_UNSTABLE182 #include "mathutils.h"183 179 #include "io/source_sndfile.h" 184 180 #include "io/source_apple_audio.h" 181 #include "io/sink.h" 185 182 #include "io/sink_sndfile.h" 186 183 #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" 189 191 #include "pitch/pitchmcomb.h" 190 192 #include "pitch/pitchyin.h" … … 193 195 #include "pitch/pitchfcomb.h" 194 196 #include "tempo/beattracking.h" 195 #include "utils/scale.h"196 #include "utils/hist.h"197 197 #endif 198 198
Note: See TracChangeset
for help on using the changeset viewer.