~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/rtaudio/doc/release.txt

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
RtAudio - a set of C++ classes which provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), SGI, Macintosh OS X (CoreAudio), and Windows (DirectSound and ASIO) operating systems.
2
 
 
3
 
By Gary P. Scavone, 2001-2004.
4
 
 
5
 
v3.0.1: (22 March 2004)
6
 
- bug fix in Windows DirectSound support for cards with output only
7
 
 
8
 
v3.0: (11 March 2004)
9
 
- added Linux Jack audio server support
10
 
- new multi-api support by subclassing all apis and making rtaudio a controller class
11
 
- added over/underload check to Mac OS X support
12
 
- new scheme for blocking functionality in callback-based apis (CoreAudio, ASIO, and JACK)
13
 
- removed multiple stream support (all stream indentifier arguments removed)
14
 
- various style and name changes to conform with standard C++ practice
15
 
 
16
 
v2.1.1: (24 October 2002)
17
 
- bug fix in duplex for Mac OS X and Windows ASIO code
18
 
- duplex example change in tutorial 
19
 
 
20
 
v2.1: (7 October 2002)
21
 
- added Mac OS X CoreAudio support
22
 
- added Windows ASIO support
23
 
- API change to getDeviceInfo(): device argument must be an integer between 1 - getDeviceCount().
24
 
- "configure" support added for unix systems
25
 
- adopted MIT-like license
26
 
- various internal structural changes and bug fixes
27
 
 
28
 
v2.01: (27 April 2002)
29
 
- Windows destructor bug fix when no devices available
30
 
- RtAudioError class renamed to RtError
31
 
- Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution
32
 
 
33
 
v2.0: (22 January 2002)
34
 
- first release of new independent class
35