From: Paul Brossier Date: Thu, 29 Sep 2016 11:34:13 +0000 (+0200) Subject: src/aubio.h: add effects/timestretch.h X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=79706161dbc8c4445f10e15dfb723ec405cab03f;p=aubio.git src/aubio.h: add effects/timestretch.h --- diff --git a/src/aubio.h b/src/aubio.h index 3e4b4551..3c9216d0 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -221,6 +221,7 @@ extern "C" #include "pitch/pitchspecacf.h" #include "tempo/beattracking.h" #include "effects/pitchshift.h" +#include "effects/timestretch.h" #include "utils/scale.h" #include "utils/hist.h" #endif