From 03eeff1049bb53d69ded595826d4ce8ad24082cb Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 17 Sep 2009 07:33:29 +0200 Subject: [PATCH] src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now --- src/types.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/types.h b/src/types.h index 29515ac1..4a446df7 100644 --- a/src/types.h +++ b/src/types.h @@ -24,20 +24,14 @@ Definition of data types used in aubio - \todo replace all known types with their alias (in midi*.[ch]) - - \todo add unknown types aliases (char, FILE) - - \todo add OS switches - - \todo add long/float switches - */ #ifdef __cplusplus extern "C" { #endif +#define AUBIO_SINGLE_PRECISION 1 + /** short sample format (32 or 64 bits) */ #if AUBIO_SINGLE_PRECISION typedef float smpl_t; -- 2.26.2