diff options
| -rw-r--r-- | RtAudio.cpp | 2 | ||||
| -rw-r--r-- | RtAudio.h | 2 | ||||
| -rw-r--r-- | doc/doxygen/Doxyfile | 2 | ||||
| -rw-r--r-- | doc/doxygen/tutorial.txt | 2 | ||||
| -rw-r--r-- | doc/release.txt | 4 |
5 files changed, 8 insertions, 4 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 61cba82..8d47585 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -38,7 +38,7 @@ */ /************************************************************************/ -// RtAudio: Version 4.0.5 +// RtAudio: Version 4.0.6 #include "RtAudio.h" #include <iostream> @@ -42,7 +42,7 @@ \file RtAudio.h */ -// RtAudio: Version 4.0.5 +// RtAudio: Version 4.0.6 #ifndef __RTAUDIO_H #define __RTAUDIO_H diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index 74ae894..0888b32 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -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 diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 7f7d5ae..a8dfd25 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 (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 diff --git a/doc/release.txt b/doc/release.txt index d42b768..313dacd 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -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) |
