Mercurial > hg > svapp
diff audioio/AudioPortAudioTarget.cpp @ 250:0136555495ae integration_library
Merge from the default branch
author | Chris Cannam |
---|---|
date | Tue, 11 Oct 2011 11:16:38 +0100 |
parents | 7f08a7e35b3c a9f1850b873d |
children |
line wrap: on
line diff
--- a/audioio/AudioPortAudioTarget.cpp Mon Oct 10 17:31:30 2011 +0100 +++ b/audioio/AudioPortAudioTarget.cpp Tue Oct 11 11:16:38 2011 +0100 @@ -59,7 +59,7 @@ op.device = Pa_GetDefaultOutputDevice(); op.channelCount = 2; op.sampleFormat = paFloat32; - op.suggestedLatency = 0.2;//1.0; + op.suggestedLatency = 0.2; op.hostApiSpecificStreamInfo = 0; err = Pa_OpenStream(&m_stream, 0, &op, m_sampleRate, paFramesPerBufferUnspecified,