From: Paul Brossier Date: Fri, 7 Dec 2018 17:03:59 +0000 (+0100) Subject: [timestretch] comment out unused warmup X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6e157df38d1a9acb48810660b7b8f1a9e7d87a7e;p=aubio.git [timestretch] comment out unused warmup --- diff --git a/src/effects/timestretch_rubberband.c b/src/effects/timestretch_rubberband.c index 81fb2dc9..d2144906 100644 --- a/src/effects/timestretch_rubberband.c +++ b/src/effects/timestretch_rubberband.c @@ -55,7 +55,7 @@ struct _aubio_timestretch_t extern RubberBandOptions aubio_get_rubberband_opts(const char_t *mode); -static void aubio_timestretch_warmup (aubio_timestretch_t * p); +//static void aubio_timestretch_warmup (aubio_timestretch_t * p); aubio_timestretch_t * new_aubio_timestretch (const char_t * mode, smpl_t stretchratio, uint_t hopsize, @@ -103,6 +103,7 @@ beach: return NULL; } +#if 0 static void aubio_timestretch_warmup (aubio_timestretch_t * p) { @@ -116,6 +117,7 @@ aubio_timestretch_warmup (aubio_timestretch_t * p) } del_fvec(input); } +#endif void del_aubio_timestretch (aubio_timestretch_t * p)