shithub: aubio

Download patch

ref: 03eeff1049bb53d69ded595826d4ce8ad24082cb
parent: 79a01c587943dc220a45d6fedd20ab3064ed39f7
author: Paul Brossier <piem@piem.org>
date: Thu Sep 17 03:33:29 EDT 2009

src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now

--- a/src/types.h
+++ b/src/types.h
@@ -24,19 +24,13 @@
  
   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