diff options
Diffstat (limited to 'src/lingot-audio.h')
| -rw-r--r-- | src/lingot-audio.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <jack/jack.h> #endif +#ifdef PORTAUDIO +#include <portaudio.h> +#endif + #include <stdint.h> #include <pthread.h> #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; |
