Version 2.1.1
[rtaudio-cdist.git] / doc / release.txt
1 RtAudio - a C++ class which provides a common API for realtime audio input/output across Linux (native ALSA and OSS), SGI, Macintosh OS X (CoreAudio), and Windows (DirectSound and ASIO) operating systems.
2
3 By Gary P. Scavone, 2002.
4
5 v2.1.1: (24 October 2002)
6 - bug fix in duplex for Mac OS X and Windows ASIO code
7 - duplex example change in tutorial 
8
9 v2.1: (7 October 2002)
10 - added Mac OS X CoreAudio support
11 - added Windows ASIO support
12 - API change to getDeviceInfo(): device argument must be an integer between 1 - getDeviceCount().
13 - "configure" support added for unix systems
14 - adopted MIT-like license
15 - various internal structural changes and bug fixes
16
17 v2.01: (27 April 2002)
18 - Windows destructor bug fix when no devices available
19 - RtAudioError class renamed to RtError
20 - Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution
21
22 v2.0: (22 January 2002)
23 - first release of new independent class
24