From a40eea8287fec6128e1084c32b4150dc7dbbe9f8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 13 Jul 2012 15:29:35 -0600 Subject: [PATCH] src/aubio.h: add source and sink --- src/aubio.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/aubio.h b/src/aubio.h index e9cf9233..a589a016 100644 --- 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" -- 2.26.2