From: Paul Brossier Date: Sat, 22 Dec 2018 23:13:50 +0000 (+0100) Subject: [source_wavread] comment unused macro X-Git-Tag: 0.4.9~20 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=b40c1497b3636748be1198357ba3c6c41f573e87 [source_wavread] comment unused macro --- 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;