From: Paul Brossier Date: Sun, 4 Nov 2007 14:29:54 +0000 (+0100) Subject: back to smpl_t as float X-Git-Tag: bzr2git~467^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e00f769b126096ea3f4521454494b4f26fa9ccac;p=aubio.git back to smpl_t as float --- diff --git a/src/types.h b/src/types.h index 8f844044..f6f4829e 100644 --- a/src/types.h +++ b/src/types.h @@ -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;