shithub: aubio

Download patch

ref: e00f769b126096ea3f4521454494b4f26fa9ccac
parent: d4a6eb9c49e9a5f755a4c4d46570b0e970adbd34
author: Paul Brossier <piem@piem.org>
date: Sun Nov 4 10:29:54 EST 2007

back to smpl_t as float

--- a/src/types.h
+++ b/src/types.h
@@ -39,8 +39,8 @@
 #endif
 
 /** short sample format (32 or 64 bits) */
-//typedef float        smpl_t;
-typedef double       smpl_t;
+typedef float        smpl_t;
+//typedef double       smpl_t;
 /** long sample format (64 bits or more) */
 typedef double       lsmp_t;
 //typedef long        lsmp_t;