hist.h \
scale.h \
resample.h \
- onset/onsetdetection.h \
tss.h \
- peakpick.h \
biquad.h \
- pitchdetection.h \
+ pitch/pitchdetection.h \
pitch/pitchmcomb.h \
pitch/pitchyin.h \
pitch/pitchschmitt.h \
pitch/pitchfcomb.h \
pitch/pitchyinfft.h \
- beattracking.h \
- onset.h \
- tempo.h \
+ onset/onset.h \
+ onset/onsetdetection.h \
+ onset/peakpick.h \
+ tempo/tempo.h \
+ tempo/beattracking.h \
filter.h \
filterbank.h \
mfcc.h
scale.h \
resample.c \
resample.h \
- onset/onsetdetection.c \
- onset/onsetdetection.h \
tss.c \
tss.h \
- peakpick.c \
- peakpick.h \
biquad.c \
biquad.h \
- pitchdetection.c \
- pitchdetection.h \
+ pitch/pitchdetection.c \
+ pitch/pitchdetection.h \
pitch/pitchmcomb.c \
pitch/pitchmcomb.h \
pitch/pitchyin.c \
pitch/pitchfcomb.h \
pitch/pitchyinfft.c \
pitch/pitchyinfft.h \
- beattracking.c \
- beattracking.h \
- onset.c \
- onset.h \
- tempo.c \
- tempo.h \
+ onset/onset.c \
+ onset/onset.h \
+ onset/onsetdetection.c \
+ onset/onsetdetection.h \
+ onset/peakpick.c \
+ onset/peakpick.h \
+ tempo/tempo.c \
+ tempo/tempo.h \
+ tempo/beattracking.c \
+ tempo/beattracking.h \
filter.c \
filter.h \
filterbank.c \
#include "hist.h"
#include "tss.h"
#include "resample.h"
-#include "peakpick.h"
#include "biquad.h"
#include "filter.h"
-#include "pitchdetection.h"
+#include "pitch/pitchdetection.h"
#include "pitch/pitchmcomb.h"
#include "pitch/pitchyin.h"
#include "pitch/pitchyinfft.h"
#include "pitch/pitchschmitt.h"
#include "pitch/pitchfcomb.h"
-#include "beattracking.h"
-#include "onset/detection.h"
-#include "onset.h"
-#include "tempo.h"
+#include "onset/onsetdetection.h"
+#include "onset/onset.h"
+#include "onset/peakpick.h"
+#include "tempo/beattracking.h"
+#include "tempo/tempo.h"
#include "filterbank.h"
#include "mfcc.h"
#include "aubio_priv.h"
#include "sample.h"
-#include "onset/detection.h"
+#include "onset/onsetdetection.h"
#include "phasevoc.h"
#include "peakpick.h"
#include "mathutils.h"
#include "aubio_priv.h"
#include "sample.h"
-#include "onset/detection.h"
-#include "beattracking.h"
+#include "onset/onsetdetection.h"
+#include "tempo/beattracking.h"
#include "phasevoc.h"
-#include "peakpick.h"
+#include "onset/peakpick.h"
#include "mathutils.h"
#include "tempo.h"