Merge branch 'master' of https://github.com/worklist/hifi into ssao

This commit is contained in:
Andrzej Kapolka 2013-08-20 13:24:32 -07:00
commit edd119ccdc

View file

@ -407,7 +407,7 @@ Audio::Audio(Oscilloscope* scope, int16_t initialJitterBufferSamples) :
return;
}
inputParameters.channelCount = 2; // Stereo input
inputParameters.channelCount = 1; // Stereo input
inputParameters.sampleFormat = (paInt16 | paNonInterleaved);
inputParameters.suggestedLatency = Pa_GetDeviceInfo(inputParameters.device)->defaultLowInputLatency;
inputParameters.hostApiSpecificStreamInfo = NULL;