X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Frelease.txt;h=6398033f86617436e2c1acb550bcd3a18ecb1011;hb=f2244e394dc2873abc4de1864d215ccab2b15e08;hp=756718759efae3730557d1e3bb2efcc22746f359;hpb=25b45950168d2a477fb975567dbff750b5d8e5ba;p=rtaudio.git diff --git a/doc/release.txt b/doc/release.txt index 7567187..6398033 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -1,10 +1,39 @@ -RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems. - -By Gary P. Scavone, 2001-2014. - -v4.1.0: (?? April 2014) +RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems. + +By Gary P. Scavone, 2001-2019. + +v.5.1.0: (17 April 2019) +- see git history for complete list of changes +- many WASAPI updates (thanks to Marcus Tomlinson) +- miscellaneous build system updates +- bug fix for stream ticking in OS-X if using two devices for duplex +- ALSA stream handle bug fixes +- new C API wrapper +- new static functions to get API names + +v5.0.0: (30 August 2017) +- see git history for complete list of changes +- WASAPI updates (thanks to Marcus Tomlinson) +- minor exception semantic changes +- miscellaneous build system updates + +v4.1.2: (22 February 2016) +- added more complete automake support (thanks to Stephen Sinclair) +- miscellaneous small fixes and updates, see github repo commit history for details + +v4.1.1: (26 April 2014) +- updates to WASAPI API for MinGW compiling +- WASAPI bug fixes for audio INPUT mode +- DirectSound bug fix for INPUT mode +- Bug fixes in Core, Jack, ASIO and DS for internal draining in INPUT mode +- updates to test programs for default device specifiers +- CMake buildfile update for WASAPI +- new setStreamTime function + +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