From 5d8514d7eb3918a947ec97b45f4105630c64468d Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Wed, 13 Jun 2012 20:27:59 +0000 Subject: Mutex removal from several APIs, addition of PulseAudio support, documentation updates for 4.0.11 release. --- tests/teststops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/teststops.cpp') diff --git a/tests/teststops.cpp b/tests/teststops.cpp index 6122734..ab71dbd 100644 --- a/tests/teststops.cpp +++ b/tests/teststops.cpp @@ -111,7 +111,7 @@ int main( int argc, char *argv[] ) pausetime = PAUSETIME * 1000; // Set our stream parameters for a duplex stream. - bufferFrames = 256; + bufferFrames = 512; RtAudio::StreamParameters oParams, iParams; oParams.deviceId = oDevice; oParams.nChannels = mydata.channels; -- cgit v1.2.3