diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2012-05-31 20:21:04 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:30 +0200 |
| commit | 758cf4789a38b161024f5371fd041b5489cf9921 (patch) | |
| tree | 789fb49f6d721d177180eece9b59f794c6209831 /doc | |
| parent | f680bc760bce103406a81053c4d56cd501e95002 (diff) | |
Updates to RtAudio.cpp,h to fix deadlock in stopping stream (Core API). Other file updates for upcoming release of version 4.0.11.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doxygen/tutorial.txt | 2 | ||||
| -rw-r--r-- | doc/release.txt | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 39cb76a..e33ceec 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 (30 August 2011): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.10.tar.gz">Version 4.0.10</A> +Latest Release (?? June 2012): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.11.tar.gz">Version 4.0.11</A> \section documentation Documentation Links diff --git a/doc/release.txt b/doc/release.txt index a3dab35..e36c3e7 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -1,6 +1,11 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems. -By Gary P. Scavone, 2001-2011. +By Gary P. Scavone, 2001-2012. + +v4.0.11: (?? June 2012) +- fixes for memory leaks in ALSA (thanks to Martin Koegler) +- bitwise format flag fixes in OS-X (Benjamin Schroeder and Stefan Arisona) +- changes to stopStream / drain flag to avoid hung state in ASIO, DS, OS-X, and Jack APIs (Rasmus Ekman and Carlos Luna) v4.0.10: (30 August 2011) - fix for compile bug in Windows DS (counting devices) |
