shithub: aubio

Download patch

ref: 6e157df38d1a9acb48810660b7b8f1a9e7d87a7e
parent: ff87a6721e6100148de5a3f93844855f619491ad
author: Paul Brossier <piem@piem.org>
date: Fri Dec 7 13:03:59 EST 2018

[timestretch] comment out unused warmup

--- a/src/effects/timestretch_rubberband.c
+++ b/src/effects/timestretch_rubberband.c
@@ -55,7 +55,7 @@
 
 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 @@
   return NULL;
 }
 
+#if 0
 static void
 aubio_timestretch_warmup (aubio_timestretch_t * p)
 {
@@ -116,6 +117,7 @@
   }
   del_fvec(input);
 }
+#endif
 
 void
 del_aubio_timestretch (aubio_timestretch_t * p)