#include "spectral/specdesc.h"
#include "pitch/pitch.h"
#include "onset/onset.h"
+#include "onset/peakpicker.h"
#include "tempo/tempo.h"
#if AUBIO_UNSTABLE
#include "pitch/pitchyinfft.h"
#include "pitch/pitchschmitt.h"
#include "pitch/pitchfcomb.h"
-#include "onset/peakpick.h"
#include "tempo/beattracking.h"
#endif
#include "cvec.h"
#include "spectral/specdesc.h"
#include "spectral/phasevoc.h"
-#include "onset/peakpick.h"
+#include "onset/peakpicker.h"
#include "mathutils.h"
#include "onset/onset.h"
#include "lvec.h"
#include "temporal/filter.h"
#include "temporal/biquad.h"
-#include "onset/peakpick.h"
+#include "onset/peakpicker.h"
/** function pointer to thresholding function */
typedef smpl_t (*aubio_thresholdfn_t)(fvec_t *input, uint_t channel);
#include "spectral/specdesc.h"
#include "tempo/beattracking.h"
#include "spectral/phasevoc.h"
-#include "onset/peakpick.h"
+#include "onset/peakpicker.h"
#include "mathutils.h"
#include "tempo/tempo.h"