A few minor documentation updates before release (GS).
authorGary Scavone <gary@music.mcgill.ca>
Mon, 2 Feb 2009 21:27:24 +0000 (21:27 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:38:25 +0000 (01:38 +0200)
doc/doxygen/tutorial.txt
doc/release.txt
tests/playsaw.cpp

index 02e3bcb50bbec902dbc4fef26c64e45cd45d87fc..7f7d5ae6ef5554993e85bc6c4deb67428b6f7bfb 100644 (file)
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
 
 \section download Download
 
-Latest Release (29 January 2009): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.5.tar.gz">Version 4.0.5</A>
+Latest Release (2 February 2009): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.5.tar.gz">Version 4.0.5</A>
 
 \section documentation Documentation Links
 
index 42a3fa98c88302011c361cb0491df11e8401cd3f..d42b768c5ae427d338c2e6523955f392c260347f 100644 (file)
@@ -2,7 +2,7 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
 
 By Gary P. Scavone, 2001-2009.
 
-v4.0.5: (29 January 2009)
+v4.0.5: (2 February 2009)
 - added support in CoreAudio for arbitrary stream channel configurations
 - added getStreamSampleRate() function because the actual sample rate can sometimes vary slightly from the specified one (thanks to Theo Veenker)
 - added new StreamOptions flag "RTAUDIO_SCHEDULE_REALTIME" and attribute "priority" to StreamOptions (thanks to Theo Veenker)
index 019963b953cfcc7ca136278b0dc69b52d5aa70f6..b89d5f901bc4a09a0c307a8d0008047b7d594b6d 100644 (file)
@@ -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