From b40c1497b3636748be1198357ba3c6c41f573e87 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 23 Dec 2018 00:13:50 +0100 Subject: [PATCH] [source_wavread] comment unused macro --- src/io/source_wavread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io/source_wavread.c b/src/io/source_wavread.c index 0a777632..22c67191 100644 --- a/src/io/source_wavread.c +++ b/src/io/source_wavread.c @@ -29,7 +29,7 @@ #define AUBIO_WAVREAD_BUFSIZE 1024 -#define SHORT_TO_FLOAT(x) (smpl_t)(x * 3.0517578125e-05) +//#define SHORT_TO_FLOAT(x) (smpl_t)(x * 3.0517578125e-05) struct _aubio_source_wavread_t { uint_t hop_size; -- 2.11.0