diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 02:04:50 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 02:04:50 +0200 |
| commit | 2fbd57f91e68a10891087c9093ebf71ee4a0bc0d (patch) | |
| tree | 7273d3748e4fd76fcc6eb6ce23af3325d9c8dcb9 /tests/teststops.cpp | |
| parent | 89fa26771ee945ee233940fb09d8b41663249521 (diff) | |
| parent | 5d8514d7eb3918a947ec97b45f4105630c64468d (diff) | |
Merge 4.0.11 into releases
Diffstat (limited to 'tests/teststops.cpp')
| -rw-r--r-- | tests/teststops.cpp | 2 |
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;
|
