shithub: aubio

Download patch

ref: b40c1497b3636748be1198357ba3c6c41f573e87
parent: 0a1ad90d84a1541f727e18fa78217fce61ada15e
author: Paul Brossier <piem@piem.org>
date: Sat Dec 22 19:13:50 EST 2018

[source_wavread] comment unused macro

--- 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;