From e00f769b126096ea3f4521454494b4f26fa9ccac Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 4 Nov 2007 15:29:54 +0100 Subject: [PATCH] back to smpl_t as float --- src/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.26.2