You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
860B

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