summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-04-10 20:24:09 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-04-10 20:24:09 -0400
commit4be80163cd9b85cbda79c37460ae1fc03608fd33 (patch)
treed6bcf2169fb63b3e1104f42aef70611ab802a99f /doc
parent17613bf3d55a9424c4971b766db1edf6d2cc90bf (diff)
Update to CMake file for WASAPI; documentation update for CMake; finalized date for release 4.1.04.1.0
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/tutorial.txt4
-rw-r--r--doc/release.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 66521d9..fc1a226 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -22,14 +22,16 @@ A minor API change was made. The RtError class was renamed RtAudioError and embe
Other changes in this release include:
- new support for the Windows WASAPI API (thanks to Marcus Tomlinson)
+- CMake support (thanks to Berkus Decker)
- pulse audio update to support bufferFrames argument with audio input (thanks to Jonatan Wallmander)
- fixes for ALSA API to avoid high CPU usage during stops and to clear stale data before input (thanks to Pluto Hades)
- miscellaneous efficiency updates suggested by Martin Koegler
- bug fix for OS-X xrun reporting problem
+- bug fix if error when opening a stream after closing a previously open stream
\section download Download
-Latest Release (?? April 2014): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.1.0.tar.gz">Version 4.1.0</A>
+Latest Release (10 April 2014): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.1.0.tar.gz">Version 4.1.0</A>
\section documentation Documentation Links
diff --git a/doc/release.txt b/doc/release.txt
index c4a9aca..91807fb 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -2,9 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
By Gary P. Scavone, 2001-2014.
-v4.1.0: (?? April 2014)
+v4.1.0: (10 April 2014)
- RtError class renamed RtAudioError and embedded in RtAudio.h (RtError.h deleted)
- new support for the Windows WASAPI API (thanks to Marcus Tomlinson)
+- CMake support (thanks to Berkus Decker)
- pulse audio update to support bufferFrames argument with audio input (thanks to Jonatan Wallmander)
- fixes for ALSA API to avoid high CPU usage during stops and to clear stale data before input (thanks to Pluto Hades)
- miscellaneous efficiency updates suggested by Martin Koegler