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