src/effects/pitchshift.h: add a pitch shifter based on rubberband
[aubio.git] / src / aubio.h
index 0d2b416..99ad323 100644 (file)
@@ -207,6 +207,7 @@ extern "C"
 #include "pitch/pitchfcomb.h"
 #include "pitch/pitchspecacf.h"
 #include "tempo/beattracking.h"
+#include "effects/pitchshift.h"
 #include "utils/scale.h"
 #include "utils/hist.h"
 #endif