X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=doc%2Fhtml%2FclassRtAudio.html;h=fb67084a76f0521bb3598083572f405884af1799;hb=fa0759941de32b91fd328c7ec412d2dd3255aa1e;hp=c9ffc3201ede2aeebb8ab43aae5b8e320931ad2b;hpb=2fbd57f91e68a10891087c9093ebf71ee4a0bc0d;p=rtaudio.git diff --git a/doc/html/classRtAudio.html b/doc/html/classRtAudio.html index c9ffc32..fb67084 100644 --- a/doc/html/classRtAudio.html +++ b/doc/html/classRtAudio.html @@ -29,13 +29,15 @@ enum  Api {
  UNSPECIFIED, LINUX_ALSA, +LINUX_PULSE, LINUX_OSS, -UNIX_JACK,
-  MACOSX_CORE, +  UNIX_JACK, +MACOSX_CORE, WINDOWS_ASIO, WINDOWS_DS, -RTAUDIO_DUMMY +
+  RTAUDIO_DUMMY
}  

Audio API specifier arguments.

@@ -89,7 +91,7 @@ void RtAudio provides a common API (Application Programming Interface) for realtime audio input/output across Linux (native ALSA, Jack, and OSS), Macintosh OS X (CoreAudio and Jack), and Windows (DirectSound and ASIO) operating systems.

RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/

-

RtAudio: realtime audio i/o C++ classes Copyright (c) 2001-2011 Gary P. Scavone

+

RtAudio: realtime audio i/o C++ classes Copyright (c) 2001-2012 Gary P. Scavone

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

Any person wishing to distribute modifications to the Software is asked to send the modifications to the original developer so that they can be incorporated into the canonical version. This is, however, not a binding provision of this license.

@@ -114,6 +116,9 @@ void LINUX_ALSA 

The Advanced Linux Sound Architecture API.

+LINUX_PULSE  +

The Linux PulseAudio API.

+ LINUX_OSS 

The Linux Open Sound System API.

@@ -522,7 +527,7 @@ void  - ©2001-2010 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by
Gary P. Scavone. + ©2001-2012 Gary P. Scavone, McGill University. All Rights Reserved.
Maintained by Gary P. Scavone.