diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-09 23:44:33 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 01:08:39 +0200 |
| commit | a3d2ee35944db4dd0a3a342bb7f2df69f229f45d (patch) | |
| tree | 1a1199a30b0db8a0306dceef0c15c9f9e3e72629 /doc/release.txt | |
| parent | 8eb71e693530726068addf6b8088aea0fd340f2a (diff) | |
Version 2.1
Diffstat (limited to 'doc/release.txt')
| -rw-r--r-- | doc/release.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt new file mode 100644 index 0000000..d388256 --- /dev/null +++ b/doc/release.txt @@ -0,0 +1,20 @@ +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. + +By Gary P. Scavone, 2002. + +v2.1: (7 October 2002) +- added Mac OS X CoreAudio support +- added Windows ASIO support +- API change to getDeviceInfo(): device argument must be an integer between 1 - getDeviceCount(). +- "configure" support added for unix systems +- adopted MIT-like license +- various internal structural changes and bug fixes + +v2.01: (27 April 2002) +- Windows destructor bug fix when no devices available +- RtAudioError class renamed to RtError +- Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution + +v2.0: (22 January 2002) +- first release of new independent class + |
