shithub: aubio

Download patch

ref: cf894b14b1b9a8ac4fe42eb6c38b076b890f9e22
parent: 8d388411b00a89d76fccf60abe1b2c5ccc2897c4
author: Paul Brossier <piem@piem.org>
date: Mon Oct 3 17:09:52 EDT 2016

src/io/source.c: only show error message from last child source_

--- a/src/io/source.c
+++ b/src/io/source.c
@@ -115,8 +115,8 @@
     return s;
   }
 #endif /* HAVE_WAVREAD */
-  AUBIO_ERROR("source: failed creating aubio source with %s"
-     " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
+  //AUBIO_ERROR("source: failed creating aubio source with %s"
+  //   " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
   AUBIO_FREE(s);
   return NULL;
 }