Version 2.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: (7 October 2002)
6 - added Mac OS X CoreAudio support
7 - added Windows ASIO support
8 - API change to getDeviceInfo(): device argument must be an integer between 1 - getDeviceCount().
9 - "configure" support added for unix systems
10 - adopted MIT-like license
11 - various internal structural changes and bug fixes
12
13 v2.01: (27 April 2002)
14 - Windows destructor bug fix when no devices available
15 - RtAudioError class renamed to RtError
16 - Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution
17
18 v2.0: (22 January 2002)
19 - first release of new independent class
20