Changes in src/aubio.h [6c7d49b:71d9f52]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio.h
r6c7d49b r71d9f52 59 59 /* in this order */ 60 60 #include "types.h" 61 #include "fvec.h" 62 #include "cvec.h" 61 #include "sample.h" 62 #include "fft.h" 63 #include "phasevoc.h" 63 64 #include "mathutils.h" 64 #include "utils/scale.h" 65 #include "utils/hist.h" 66 #include "spectral/tss.h" 67 #include "temporal/resample.h" 68 #include "temporal/biquad.h" 69 #include "temporal/filter.h" 70 #include "spectral/filterbank.h" 71 #include "spectral/mfcc.h" 72 #include "spectral/fft.h" 73 #include "spectral/phasevoc.h" 74 #include "spectral/spectral_centroid.h" 75 #include "pitch/pitchdetection.h" 76 #include "pitch/pitchmcomb.h" 77 #include "pitch/pitchyin.h" 78 #include "pitch/pitchyinfft.h" 79 #include "pitch/pitchschmitt.h" 80 #include "pitch/pitchfcomb.h" 81 #include "onset/onsetdetection.h" 82 #include "onset/onset.h" 83 #include "onset/peakpick.h" 84 #include "tempo/beattracking.h" 85 #include "tempo/tempo.h" 65 #include "scale.h" 66 #include "hist.h" 67 #include "onsetdetection.h" 68 #include "tss.h" 69 #include "resample.h" 70 #include "peakpick.h" 71 #include "biquad.h" 72 #include "filter.h" 73 #include "pitchdetection.h" 74 #include "pitchmcomb.h" 75 #include "pitchyin.h" 76 #include "pitchyinfft.h" 77 #include "pitchschmitt.h" 78 #include "pitchfcomb.h" 79 #include "beattracking.h" 80 #include "onset.h" 81 #include "tempo.h" 86 82 87 83 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.