Mercurial > hg > svapp
comparison audioio/AudioPortAudioTarget.cpp @ 376:98afba87887f
Merge from branch tonioni (the two are currently in sync)
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 18:30:50 +0100 |
parents | 1162c93e7688 |
children | 72c662fe7ea3 |
comparison
equal
deleted
inserted
replaced
371:dfcc5b355f33 | 376:98afba87887f |
---|---|
183 m_source->setTargetSampleRate(m_sampleRate); | 183 m_source->setTargetSampleRate(m_sampleRate); |
184 } | 184 } |
185 | 185 |
186 int | 186 int |
187 AudioPortAudioTarget::process(const void *, void *outputBuffer, | 187 AudioPortAudioTarget::process(const void *, void *outputBuffer, |
188 unsigned long nframes, | 188 int nframes, |
189 const PaStreamCallbackTimeInfo *, | 189 const PaStreamCallbackTimeInfo *, |
190 PaStreamCallbackFlags) | 190 PaStreamCallbackFlags) |
191 { | 191 { |
192 #ifdef DEBUG_AUDIO_PORT_AUDIO_TARGET | 192 #ifdef DEBUG_AUDIO_PORT_AUDIO_TARGET |
193 SVDEBUG << "AudioPortAudioTarget::process(" << nframes << ")" << endl; | 193 SVDEBUG << "AudioPortAudioTarget::process(" << nframes << ")" << endl; |