[source_wavread] comment unused macro
authorPaul Brossier <piem@piem.org>
Sat, 22 Dec 2018 23:13:50 +0000 (00:13 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 22 Dec 2018 23:13:50 +0000 (00:13 +0100)
src/io/source_wavread.c

index 0a77763..22c6719 100644 (file)
@@ -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;