summaryrefslogtreecommitdiff
path: root/tests/playsaw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/playsaw.cpp')
-rw-r--r--tests/playsaw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/playsaw.cpp b/tests/playsaw.cpp
index 51f8ad9..2117b54 100644
--- a/tests/playsaw.cpp
+++ b/tests/playsaw.cpp
@@ -157,7 +157,7 @@ int main( int argc, char *argv[] )
dac.showWarnings( true );
// Set our stream parameters for output only.
- bufferFrames = 256;
+ bufferFrames = 512;
RtAudio::StreamParameters oParams;
oParams.deviceId = device;
oParams.nChannels = channels;