From: Paul Brossier Date: Fri, 3 Jan 2014 22:54:12 +0000 (-0400) Subject: src/io/source_w*.c: disable debug output X-Git-Tag: 0.4.1~96 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8e21476cb956b1bf25f4b7f76c6ad770131bfe85;p=aubio.git src/io/source_w*.c: disable debug output --- diff --git a/src/io/source_wavread.c b/src/io/source_wavread.c index a54560b2..2d875c55 100644 --- a/src/io/source_wavread.c +++ b/src/io/source_wavread.c @@ -180,7 +180,7 @@ aubio_source_wavread_t * new_aubio_source_wavread(char_t * path, uint_t samplera s->input_samplerate = sr; s->input_channels = channels; -#if 1 +#if 0 AUBIO_DBG("channels %d\n", channels); AUBIO_DBG("sr %d\n", sr); AUBIO_DBG("byterate %d\n", byterate);