projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a01c5
)
src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now
author
Paul Brossier
<piem@piem.org>
Thu, 17 Sep 2009 05:33:29 +0000
(07:33 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 17 Sep 2009 05:33:29 +0000
(07:33 +0200)
src/types.h
patch
|
blob
|
history
diff --git
a/src/types.h
b/src/types.h
index 29515ac1f1b326edcd27e2555f3b48c2356e3d04..4a446df74f91756bb21dbdd84cb2c7707ced27f3 100644
(file)
--- 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;