back to smpl_t as float
authorPaul Brossier <piem@piem.org>
Sun, 4 Nov 2007 14:29:54 +0000 (15:29 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 4 Nov 2007 14:29:54 +0000 (15:29 +0100)
src/types.h

index 8f84404436d2fe67f64fbeb1eae27e517f877378..f6f4829e52bc770e80677066745b4ac71acabf2e 100644 (file)
@@ -39,8 +39,8 @@ extern "C" {
 #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;