projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3504dfe
)
src/aubio.h: add source and sink
author
Paul Brossier
<piem@piem.org>
Fri, 13 Jul 2012 21:29:35 +0000
(15:29 -0600)
committer
Paul Brossier
<piem@piem.org>
Fri, 13 Jul 2012 21:29:35 +0000
(15:29 -0600)
src/aubio.h
patch
|
blob
|
history
diff --git
a/src/aubio.h
b/src/aubio.h
index
e9cf923
..
a589a01
100644
(file)
--- a/
src/aubio.h
+++ b/
src/aubio.h
@@
-174,6
+174,9
@@
extern "C"
#include "onset/onset.h"
#include "onset/peakpicker.h"
#include "tempo/tempo.h"
+#include "io/source.h"
+#include "io/sink.h"
+#include "io/source_apple_audio.h"
#if AUBIO_UNSTABLE
#include "vecutils.h"