summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-12-27 16:09:21 -0800
committerGary Scavone <gary@music.mcgill.ca>2013-12-27 16:09:21 -0800
commita4f8006d958d592cc17ca8b08f5fc2d93ae0e9be (patch)
tree702ff2ebd7d1996aee7478d1ed15e8d25f6a0cfd /doc
parent952720f173434ffc5ae0614a834fa5cce7c2a005 (diff)
Hades and Koegler patches for ALSA and general efficiency.
Diffstat (limited to 'doc')
-rw-r--r--doc/release.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
index 7cbd9df..839d6ab 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -4,6 +4,9 @@ By Gary P. Scavone, 2001-2014.
v4.1.0: (?? 2014)
- RtError class renamed RtAudioError and embedded in RtAudio.h (RtError.h deleted)
+- 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
v4.0.12: (16 April 2013)
- new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)