From: Paul Brossier Date: Thu, 17 Sep 2009 05:33:29 +0000 (+0200) Subject: src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now X-Git-Tag: bzr2git~343 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=03eeff1049bb53d69ded595826d4ce8ad24082cb;p=aubio.git src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now --- 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;