summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2012-06-13 20:27:59 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:30 +0200
commit5d8514d7eb3918a947ec97b45f4105630c64468d (patch)
tree6f77b4faa95b24b978de75e7a78ecbb223be0707 /install
parent758cf4789a38b161024f5371fd041b5489cf9921 (diff)
Mutex removal from several APIs, addition of PulseAudio support, documentation updates for 4.0.11 release.
Diffstat (limited to 'install')
-rw-r--r--install3
1 files changed, 2 insertions, 1 deletions
diff --git a/install b/install
index 0e01d12..e590d96 100644
--- a/install
+++ b/install
@@ -1,4 +1,4 @@
-RtAudio - a set of C++ classes which provide a common API 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 - a set of C++ classes which provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
By Gary P. Scavone, 2001-2012.
@@ -17,6 +17,7 @@ A few options can be passed to configure, including:
--enable-debug = enable various debug output
--with-alsa = choose native ALSA API support (linux only)
+ --with-pulse = choose native PulseAudio API support (linux only)
--with-oss = choose OSS API support (linux only)
--with-jack = choose JACK server support (linux or Macintosh OS-X)
--with-core = choose CoreAudio API support (Macintosh OS-X only)