summaryrefslogtreecommitdiff
path: root/tests/playsaw.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2009-02-02 21:27:24 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:25 +0200
commit1022a7876a6ef1980ad5518340df177814783c7f (patch)
treefa0817ecb4f4a21a7ea8a90043baeb03e77682ab /tests/playsaw.cpp
parent94cc197efbeecaea4b0b5a55811ec7c1bbf2f20c (diff)
A few minor documentation updates before release (GS).
Diffstat (limited to 'tests/playsaw.cpp')
-rw-r--r--tests/playsaw.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/playsaw.cpp b/tests/playsaw.cpp
index 019963b..b89d5f9 100644
--- a/tests/playsaw.cpp
+++ b/tests/playsaw.cpp
@@ -143,6 +143,7 @@ int main( int argc, char *argv[] )
oParams.firstChannel = offset;
options.flags |= RTAUDIO_HOG_DEVICE;
+ options.flags |= RTAUDIO_SCHEDULE_REALTIME;
#if !defined( USE_INTERLEAVED )
options.flags |= RTAUDIO_NONINTERLEAVED;
#endif