diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-09 15:14:30 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-09 15:14:30 -0400 |
| commit | 25b45950168d2a477fb975567dbff750b5d8e5ba (patch) | |
| tree | a52b3e1380dbcee4a948d11638478b3a4bb3a813 /doc/release.txt | |
| parent | 0d0fb5433a2be8723a392b943111aea75b301333 (diff) | |
Bug fix for DS enumeration when devices are unplugged; bug fix if an error occurs when opening a stream after a previous stream was closed; various documentation updates in preparation for release 4.1.0.
Diffstat (limited to 'doc/release.txt')
| -rw-r--r-- | doc/release.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release.txt b/doc/release.txt index 0779b79..7567187 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,12 +2,14 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu By Gary P. Scavone, 2001-2014. -v4.1.0: (?? 2014) +v4.1.0: (?? 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) - 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 related to error when opening a stream after closing a previously open stream v4.0.12: (16 April 2013) - new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy) |
