Mercurial > hg > svapp
comparison audioio/AudioJACKTarget.cpp @ 249:7f08a7e35b3c integration_library
m_bufferSize = 2048 in AudioPortAudioTarget.cpp
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 10 Oct 2011 17:31:30 +0100 |
parents | 8aace2d9f1c2 |
children |
comparison
equal
deleted
inserted
replaced
241:a99de38af73f | 249:7f08a7e35b3c |
---|---|
19 #include "AudioCallbackPlaySource.h" | 19 #include "AudioCallbackPlaySource.h" |
20 | 20 |
21 #include <iostream> | 21 #include <iostream> |
22 #include <cmath> | 22 #include <cmath> |
23 | 23 |
24 #include <alloca.h> | 24 #include <malloc.h> //replace with #include <alloca.h> for osx compilation |
25 | 25 |
26 //#define DEBUG_AUDIO_JACK_TARGET 1 | 26 //#define DEBUG_AUDIO_JACK_TARGET 1 |
27 | 27 |
28 #ifdef BUILD_STATIC | 28 #ifdef BUILD_STATIC |
29 #ifdef Q_OS_LINUX | 29 #ifdef Q_OS_LINUX |