shithub: aubio

Download patch

ref: a40eea8287fec6128e1084c32b4150dc7dbbe9f8
parent: 3504dfe767149b9ce2f36b39c83f89d37e20931d
author: Paul Brossier <piem@piem.org>
date: Fri Jul 13 11:29:35 EDT 2012

src/aubio.h: add source and sink

--- a/src/aubio.h
+++ b/src/aubio.h
@@ -174,6 +174,9 @@
 #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"