Final doc updates for 4.0.6 release (GS).
authorGary Scavone <gary@music.mcgill.ca>
Wed, 3 Jun 2009 20:08:04 +0000 (20:08 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:38:26 +0000 (01:38 +0200)
RtAudio.cpp
RtAudio.h
doc/doxygen/Doxyfile
doc/doxygen/tutorial.txt
doc/release.txt

index 61cba82519f67087953a0f97b7cddce2662e787e..8d47585b677b87edde6e2626efda377c115a84e7 100644 (file)
@@ -38,7 +38,7 @@
 */
 /************************************************************************/
 
-// RtAudio: Version 4.0.5
+// RtAudio: Version 4.0.6
 
 #include "RtAudio.h"
 #include <iostream>
index 5c5fd6f9a4f34af46d23e8bd8d593bd10bc27e38..b9bab054a15948e56f3277c2485d782a1917005a 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -42,7 +42,7 @@
   \file RtAudio.h
  */
 
-// RtAudio: Version 4.0.5
+// RtAudio: Version 4.0.6
 
 #ifndef __RTAUDIO_H
 #define __RTAUDIO_H
index 74ae894c42074f4c204d1576125dc65502bf0c46..0888b32c7aebfc2391005f0923a1b7982388a793 100644 (file)
@@ -5,7 +5,7 @@
 #---------------------------------------------------------------------------
 DOXYFILE_ENCODING      = UTF-8
 PROJECT_NAME           = RtAudio
-PROJECT_NUMBER         = 4.0.5
+PROJECT_NUMBER         = 4.0.6
 OUTPUT_DIRECTORY       = .
 CREATE_SUBDIRS         = NO
 OUTPUT_LANGUAGE        = English
index 7f7d5ae6ef5554993e85bc6c4deb67428b6f7bfb..a8dfd256a7ca5c24dcb45b00ee7a42b1de8cae5b 100644 (file)
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
 
 \section download Download
 
-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>
+Latest Release (3 June 2009): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.6.tar.gz">Version 4.0.6</A>
 
 \section documentation Documentation Links
 
index d42b768c5ae427d338c2e6523955f392c260347f..313dacdb0905fea54a0c789641046dff39cbe4ff 100644 (file)
@@ -2,6 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
 
 By Gary P. Scavone, 2001-2009.
 
+v4.0.6: (3 June 2009)
+- bug fix in ALSA code to set period size to power of two (thanks to Joakim Karrstrom)
+- bug fix in OS-X for OS < 10.5 ... need preprocessor definition around new variable type (thanks to Tristan Matthews)
+
 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)