From 56acbfafc18f8716959ee7e0abe3bbfeb8f81056 Mon Sep 17 00:00:00 2001 From: Piotr Pawlow Date: Fri, 14 Mar 2014 01:04:56 +0100 Subject: - add portaudio --- src/lingot-audio.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lingot-audio.h') diff --git a/src/lingot-audio.h b/src/lingot-audio.h index ea7a041..1976b1a 100644 --- a/src/lingot-audio.h +++ b/src/lingot-audio.h @@ -31,6 +31,10 @@ #include #endif +#ifdef PORTAUDIO +#include +#endif + #include #include #include "lingot-config.h" @@ -63,6 +67,10 @@ struct _LingotAudioHandler { int nframes; # endif +# ifdef PORTAUDIO + PaStream *portaudio_stream; +# endif + // char error_message[100]; unsigned int real_sample_rate; -- cgit v1.2.3