3165e3d8eed21d4dfcff703c675ee26c8b911851
[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, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
2
3 By Gary P. Scavone, 2001-2010.
4
5 v4.0.7: (4 February 2010)
6 - revised Windows DS code and device enumeration to speed up device queries
7 - OS-X 10.6 updates for deprecated functions
8 - updates to Jack shutdown code to avoid lockup
9
10 v4.0.6: (3 June 2009)
11 - bug fix in ALSA code to set period size to power of two (thanks to Joakim Karrstrom)
12 - bug fix in OS-X for OS < 10.5 ... need preprocessor definition around new variable type (thanks to Tristan Matthews)
13
14 v4.0.5: (2 February 2009)
15 - added support in CoreAudio for arbitrary stream channel configurations
16 - added getStreamSampleRate() function because the actual sample rate can sometimes vary slightly from the specified one (thanks to Theo Veenker)
17 - added new StreamOptions flag "RTAUDIO_SCHEDULE_REALTIME" and attribute "priority" to StreamOptions (thanks to Theo Veenker)
18 - replaced usleep(50000) in callbackEvent() by a wait on condition variable which gets signaled in startStream() (thanks to Theo Veenker)
19 - fix for Jack API when user callback function signals stop or abort calls
20 - fix to way stream state is changed to avoid infinite loop problem
21 - fix to int<->float conversion in convertBuffer() (thanks to Theo Veenker)
22 - bug fix in byteSwapBuffer() (thanks to Stefan Muller Arisona and Theo Veenker)
23 - fixed a few gcc 4.4 errors in OS-X
24 - fixed bug in rtaudio-config script
25 - revised configure script and Makefile structures
26 - 64-bit fixes in ALSA API (thanks to Stefan Muller Arisona)
27 - fixed ASIO sample rate selection bug (thanks to Sasha Zheligovsky)
28
29 v4.0.4: (24 January 2008)
30 - added functionality to allow getDeviceInfo() to work in ALSA for an open device (like ASIO)
31 - fixes in configure script
32 - fixed clearing of error message stream in error()
33 - fixed RtAudio::DeviceInfo description in "probing" documentation
34 - memory leak fixes in ALSA and OSS
35 - Jack in/out port flag fix
36 - Windows changes for thread priority and GLOBALFOCUS
37
38 v4.0.3: (7 December 2007)
39 - added support for MinGW compiler to configure script
40 - a few MinGW-related changes to RtAudio.cpp
41 - renamed test program probe.cpp to audioprobe.cpp
42 - moved various header files into single "include" directory and updated VC++ project files
43
44 v4.0.2: (21 August 2007)
45 - fix to RtError::WARNING typo in RtAudio.h (RtApiDummy)
46 - removed "+1"s in RtApiCore c++ append when getting device name
47
48 v4.0.1: (13 August 2007)
49 - fix to RtError::WARNING typo in RtAudio.cpp
50
51 v4.0.0: (7 August 2007)
52 - new support for non-interleaved user data
53 - additional input/output parameter specifications, including channel offset
54 - new support for dynamic connection of devices
55 - new support for stream time
56 - revised callback arguments, including separate input and output buffer arguments
57 - revised C++ exception handling
58 - revised OSS support for version 4.0
59 - discontinued support of blocking functionality
60 - discontinued support of SGI
61 - Windows DirectSound API bug fix
62 - NetBSD support (using OSS API) by Emmanuel Dreyfus
63 - changed default pthread scheduling priority to SCHED_RR when defined in the system
64 - new getCompiledApi() static function
65 - new getCurrentApi(), getStreamTime(), getStreamLatency(), and isStreamRunning() functions
66 - modified RtAudioDeviceInfo structure to distinguish default input and output devices
67
68 v3.0.3: (18 November 2005)
69 - UNICODE fix for Windows DirectSound API
70 - MinGW compiler fix for ASIO API
71
72 v3.0.2: (14 October 2005)
73 - modification of ALSA read/write order to fix duplex under/overruns
74 - added synchronization of input/output devices for ALSA duplex operation
75 - cleaned up and improved error reporting throughout
76 - bug fix in Windows DirectSound support for 8-bit audio
77 - bug fix in Windows DirectSound support during device capture query
78 - added ASIOOutputReady() call near end of callbackEvent to fix some driver behavior
79 - added #include <stdio.h> to RtAudio.cpp
80 - fixed bug in RtApiCore for duplex operation with different I/O devices
81 - improvements to DirectX pointer chasing (by Robin Davies)
82 - backdoor RtDsStatistics hook provides DirectX performance information (by Robin Davies)
83 - bug fix for non-power-of-two Asio granularity used by Edirol PCR-A30 (by Robin Davies)
84 - auto-call CoInitialize for DSOUND and ASIO platforms (by Robin Davies)
85
86 v3.0.1: (22 March 2004)
87 - bug fix in Windows DirectSound support for cards with output only
88
89 v3.0: (11 March 2004)
90 - added Linux Jack audio server support
91 - new multi-api support by subclassing all apis and making rtaudio a controller class
92 - added over/underload check to Mac OS X support
93 - new scheme for blocking functionality in callback-based apis (CoreAudio, ASIO, and JACK)
94 - removed multiple stream support (all stream indentifier arguments removed)
95 - various style and name changes to conform with standard C++ practice
96
97 v2.1.1: (24 October 2002)
98 - bug fix in duplex for Mac OS X and Windows ASIO code
99 - duplex example change in tutorial 
100
101 v2.1: (7 October 2002)
102 - added Mac OS X CoreAudio support
103 - added Windows ASIO support
104 - API change to getDeviceInfo(): device argument must be an integer between 1 - getDeviceCount().
105 - "configure" support added for unix systems
106 - adopted MIT-like license
107 - various internal structural changes and bug fixes
108
109 v2.01: (27 April 2002)
110 - Windows destructor bug fix when no devices available
111 - RtAudioError class renamed to RtError
112 - Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution
113
114 v2.0: (22 January 2002)
115 - first release of new independent class
116