Merge pull request #49 from radarsat1/automake
[rtaudio-cdist.git] / doc / release.txt
1 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.
2
3 By Gary P. Scavone, 2001-2016.
4
5 v4.1.2: (?? February 2016)
6 - miscellaneous updates, see github repo commit history for details
7
8 v4.1.1: (26 April 2014)
9 - updates to WASAPI API for MinGW compiling
10 - WASAPI bug fixes for audio INPUT mode
11 - DirectSound bug fix for INPUT mode
12 - Bug fixes in Core, Jack, ASIO and DS for internal draining in INPUT mode
13 - updates to test programs for default device specifiers
14 - CMake buildfile update for WASAPI
15 - new setStreamTime function
16
17 v4.1.0: (10 April 2014)
18 - RtError class renamed RtAudioError and embedded in RtAudio.h (RtError.h deleted)
19 - new support for the Windows WASAPI API (thanks to Marcus Tomlinson)
20 - CMake support (thanks to Berkus Decker)
21 - pulse audio update to support bufferFrames argument with audio input (thanks to Jonatan Wallmander)
22 - fixes for ALSA API to avoid high CPU usage during stops and to clear stale data before input (thanks to Pluto Hades)
23 - miscellaneous efficiency updates suggested by Martin Koegler
24 - bug fix for OS-X xrun reporting problem
25 - bug fix related to error when opening a stream after closing a previously open stream
26
27 v4.0.12: (16 April 2013)
28 - new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)
29 - new function to return the version number
30 - updated RtAudio.cpp and ASIO files for UNICODE support (thanks to Renaud Schoonbroodt)
31 - updates to PulseAudio API support (thanks to Peter Meerwald and Tristan Matthews)
32 - updates for pkg-config support in configure script
33 - 24-bit format changed to true 24-bit format, not sub-bytes of 32-bits (thanks to Marc Britton)
34 - bug fixes to make sure stream status is closed if error during probeDeviceOpen
35 - updates / fixes to SCHED_RR code in ALSA (thanks to Marc Lindahl)
36 - various changes to avoid global variables (thanks to Martin Koegler)
37
38 v4.0.11: (14 June 2012)
39 - fixes for memory leaks in ALSA (thanks to Martin Koegler)
40 - PulseAudio API support added (thanks to Peter Meerwald and Tristan Matthews)
41 - bitwise format flag fixes in OS-X (Benjamin Schroeder and Stefan Arisona)
42 - changes to stopStream / drain flag to avoid hung state in ASIO, DS, OS-X, and Jack APIs (Rasmus Ekman and Carlos Luna)
43
44 v4.0.10: (30 August 2011)
45 - fix for compile bug in Windows DS (counting devices)
46 - update to configure and library Makefile
47
48 v4.0.9: (14 August 2011)
49 - fix for ASIO problem enumerating devices after opening duplex stream (Oliver Larkin)
50 - fix for OS-X problems setting sample rate and bits-per-sample
51 - updates for OS-X "Lion"
52 - updates for wide character support in Windows DS (UNICODE)
53 - fix for possible ALSA callback thread hang (thanks to Tristan Matthews)
54 - fix for DS getDeviceCount bug (vector erase problem)
55
56 v4.0.8: (12 April 2011)
57 - fix for MinGW4 problem enumerating and setting sample rates (iasiothiscallresolver, Dmitry Kostjuchenko)
58 - fix for OS-X problem handling device names in some languages (CFString conversion, Vincent BĂ©nony)
59 - small change to OS-X mutex lock location to avoid lockups
60 - correction to documentation regarding 24-bit data (should be lower 3 bytes, not upper 3 bytes)
61 - bug fix for error handling of warnings (Antoine Lefebvre)
62 - added option to use the ALSA "default" device (Tristan Matthews)
63 - removed use of mutexes in Windows
64 - fix for ASIO4ALL behavior when stopping/closing streams (Antoine Lefebvre)
65 - included python binding in "contrib" directory (beta, Antoine Lefebvre)
66
67 v4.0.7: (4 February 2010)
68 - revised Windows DS code and device enumeration to speed up device queries
69 - OS-X 10.6 updates for deprecated functions
70 - updates to Jack shutdown code to avoid lockup
71
72 v4.0.6: (3 June 2009)
73 - bug fix in ALSA code to set period size to power of two (thanks to Joakim Karrstrom)
74 - bug fix in OS-X for OS < 10.5 ... need preprocessor definition around new variable type (thanks to Tristan Matthews)
75
76 v4.0.5: (2 February 2009)
77 - added support in CoreAudio for arbitrary stream channel configurations
78 - added getStreamSampleRate() function because the actual sample rate can sometimes vary slightly from the specified one (thanks to Theo Veenker)
79 - added new StreamOptions flag "RTAUDIO_SCHEDULE_REALTIME" and attribute "priority" to StreamOptions (thanks to Theo Veenker)
80 - replaced usleep(50000) in callbackEvent() by a wait on condition variable which gets signaled in startStream() (thanks to Theo Veenker)
81 - fix for Jack API when user callback function signals stop or abort calls
82 - fix to way stream state is changed to avoid infinite loop problem
83 - fix to int<->float conversion in convertBuffer() (thanks to Theo Veenker)
84 - bug fix in byteSwapBuffer() (thanks to Stefan Muller Arisona and Theo Veenker)
85 - fixed a few gcc 4.4 errors in OS-X
86 - fixed bug in rtaudio-config script
87 - revised configure script and Makefile structures
88 - 64-bit fixes in ALSA API (thanks to Stefan Muller Arisona)
89 - fixed ASIO sample rate selection bug (thanks to Sasha Zheligovsky)
90
91 v4.0.4: (24 January 2008)
92 - added functionality to allow getDeviceInfo() to work in ALSA for an open device (like ASIO)
93 - fixes in configure script
94 - fixed clearing of error message stream in error()
95 - fixed RtAudio::DeviceInfo description in "probing" documentation
96 - memory leak fixes in ALSA and OSS
97 - Jack in/out port flag fix
98 - Windows changes for thread priority and GLOBALFOCUS
99
100 v4.0.3: (7 December 2007)
101 - added support for MinGW compiler to configure script
102 - a few MinGW-related changes to RtAudio.cpp
103 - renamed test program probe.cpp to audioprobe.cpp
104 - moved various header files into single "include" directory and updated VC++ project files
105
106 v4.0.2: (21 August 2007)
107 - fix to RtError::WARNING typo in RtAudio.h (RtApiDummy)
108 - removed "+1"s in RtApiCore c++ append when getting device name
109
110 v4.0.1: (13 August 2007)
111 - fix to RtError::WARNING typo in RtAudio.cpp
112
113 v4.0.0: (7 August 2007)
114 - new support for non-interleaved user data
115 - additional input/output parameter specifications, including channel offset
116 - new support for dynamic connection of devices
117 - new support for stream time
118 - revised callback arguments, including separate input and output buffer arguments
119 - revised C++ exception handling
120 - revised OSS support for version 4.0
121 - discontinued support of blocking functionality
122 - discontinued support of SGI
123 - Windows DirectSound API bug fix
124 - NetBSD support (using OSS API) by Emmanuel Dreyfus
125 - changed default pthread scheduling priority to SCHED_RR when defined in the system
126 - new getCompiledApi() static function
127 - new getCurrentApi(), getStreamTime(), getStreamLatency(), and isStreamRunning() functions
128 - modified RtAudioDeviceInfo structure to distinguish default input and output devices
129
130 v3.0.3: (18 November 2005)
131 - UNICODE fix for Windows DirectSound API
132 - MinGW compiler fix for ASIO API
133
134 v3.0.2: (14 October 2005)
135 - modification of ALSA read/write order to fix duplex under/overruns
136 - added synchronization of input/output devices for ALSA duplex operation
137 - cleaned up and improved error reporting throughout
138 - bug fix in Windows DirectSound support for 8-bit audio
139 - bug fix in Windows DirectSound support during device capture query
140 - added ASIOOutputReady() call near end of callbackEvent to fix some driver behavior
141 - added #include <stdio.h> to RtAudio.cpp
142 - fixed bug in RtApiCore for duplex operation with different I/O devices
143 - improvements to DirectX pointer chasing (by Robin Davies)
144 - backdoor RtDsStatistics hook provides DirectX performance information (by Robin Davies)
145 - bug fix for non-power-of-two Asio granularity used by Edirol PCR-A30 (by Robin Davies)
146 - auto-call CoInitialize for DSOUND and ASIO platforms (by Robin Davies)
147
148 v3.0.1: (22 March 2004)
149 - bug fix in Windows DirectSound support for cards with output only
150
151 v3.0: (11 March 2004)
152 - added Linux Jack audio server support
153 - new multi-api support by subclassing all apis and making rtaudio a controller class
154 - added over/underload check to Mac OS X support
155 - new scheme for blocking functionality in callback-based apis (CoreAudio, ASIO, and JACK)
156 - removed multiple stream support (all stream indentifier arguments removed)
157 - various style and name changes to conform with standard C++ practice
158
159 v2.1.1: (24 October 2002)
160 - bug fix in duplex for Mac OS X and Windows ASIO code
161 - duplex example change in tutorial 
162
163 v2.1: (7 October 2002)
164 - added Mac OS X CoreAudio support
165 - added Windows ASIO support
166 - API change to getDeviceInfo(): device argument must be an integer between 1 - getDeviceCount().
167 - "configure" support added for unix systems
168 - adopted MIT-like license
169 - various internal structural changes and bug fixes
170
171 v2.01: (27 April 2002)
172 - Windows destructor bug fix when no devices available
173 - RtAudioError class renamed to RtError
174 - Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution
175
176 v2.0: (22 January 2002)
177 - first release of new independent class
178