comparison audioio/AudioPortAudioTarget.h @ 182:58b64dbb49c6

* Set scheduling priority for PortAudio on POSIX systems if possible
author Chris Cannam
date Mon, 21 Sep 2009 12:46:20 +0000
parents 5dcbda490794
children 1162c93e7688
comparison
equal deleted inserted replaced
181:b35c7af2e1d0 182:58b64dbb49c6
57 PaStream *m_stream; 57 PaStream *m_stream;
58 58
59 int m_bufferSize; 59 int m_bufferSize;
60 int m_sampleRate; 60 int m_sampleRate;
61 int m_latency; 61 int m_latency;
62 bool m_prioritySet;
62 bool m_done; 63 bool m_done;
63 }; 64 };
64 65
65 #endif /* HAVE_PORTAUDIO */ 66 #endif /* HAVE_PORTAUDIO */
66 67