From: Gary Scavone Date: Mon, 2 Feb 2009 21:27:24 +0000 (+0000) Subject: A few minor documentation updates before release (GS). X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=1022a7876a6ef1980ad5518340df177814783c7f;p=rtaudio-cdist.git A few minor documentation updates before release (GS). --- diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 02e3bcb..7f7d5ae 100644 --- a/doc/doxygen/tutorial.txt +++ b/doc/doxygen/tutorial.txt @@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio: \section download Download -Latest Release (29 January 2009): Version 4.0.5 +Latest Release (2 February 2009): Version 4.0.5 \section documentation Documentation Links diff --git a/doc/release.txt b/doc/release.txt index 42a3fa9..d42b768 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -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) 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