Mercurial > hg > svapp
comparison audioio/AudioJACKTarget.cpp @ 117:2bc8bf6d016c
* Provisional PulseAudio output driver. No latency handling yet, and
some other things missing. The very basic basics work.
author | Chris Cannam |
---|---|
date | Wed, 21 May 2008 16:54:24 +0000 |
parents | f57047e0522b |
children | 8c13e8219903 |
comparison
equal
deleted
inserted
replaced
116:9554c19c42fd | 117:2bc8bf6d016c |
---|---|
217 m_bufferSize(0), | 217 m_bufferSize(0), |
218 m_sampleRate(0), | 218 m_sampleRate(0), |
219 m_done(false) | 219 m_done(false) |
220 { | 220 { |
221 JackOptions options = JackNullOption; | 221 JackOptions options = JackNullOption; |
222 #ifdef HAVE_PORTAUDIO | 222 #ifdef HAVE_PORTAUDIO_2_0 |
223 options = JackNoStartServer; | |
224 #endif | |
225 #ifdef HAVE_LIBPULSE | |
223 options = JackNoStartServer; | 226 options = JackNoStartServer; |
224 #endif | 227 #endif |
225 | 228 |
226 JackStatus status = JackStatus(0); | 229 JackStatus status = JackStatus(0); |
227 m_client = jack_client_open(source->getClientName().toLocal8Bit().data(), | 230 m_client = jack_client_open(source->getClientName().toLocal8Bit().data(), |