diff options
Diffstat (limited to 'tests/testall.cpp')
| -rw-r--r-- | tests/testall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testall.cpp b/tests/testall.cpp index 695488d..f518a57 100644 --- a/tests/testall.cpp +++ b/tests/testall.cpp @@ -122,7 +122,7 @@ int main( int argc, char *argv[] ) dac.showWarnings( true ); // Set our stream parameters for output only. - bufferFrames = 256; + bufferFrames = 512; RtAudio::StreamParameters oParams, iParams; oParams.deviceId = oDevice; oParams.nChannels = channels; |
