summaryrefslogtreecommitdiff
path: root/tests/teststops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/teststops.cpp')
-rw-r--r--tests/teststops.cpp2
1 files changed, 1 insertions, 1 deletions
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;