summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-04-15 20:40:51 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-04-15 20:40:51 -0400
commit3db24e95fea1c57cdf5bb014fc1c380668bdfe2f (patch)
treef44dd441d8ba6fa9d22b6dd9d5f37e4ca3d655db /install
parent4be80163cd9b85cbda79c37460ae1fc03608fd33 (diff)
Updates to WASAPI API to support MinGW compile.
Diffstat (limited to 'install')
-rw-r--r--install3
1 files changed, 2 insertions, 1 deletions
diff --git a/install b/install
index fd2b4c6..b2e8987 100644
--- a/install
+++ b/install
@@ -25,6 +25,7 @@ A few options can be passed to configure, including:
--with-jack = choose JACK server support (linux or Macintosh OS-X)
--with-core = choose CoreAudio API support (Macintosh OS-X only)
--with-asio = choose ASIO API support (windows only)
+ --with-wasapi = choose Windows Audio System API support (windows only)
--with-ds = choose DirectSound API support (windows only)
Typing "./configure --help" will display all the available options. Note that you can provide more than one "--with-" flag to the configure script to enable multiple API support.
@@ -45,7 +46,7 @@ cmake <path to CMakeLists.txt usually two dots> <options> e.g. cmake .. -DAUDIO_
WINDOWS:
-The DirectSound and ASIO APIs in RtAudio compile with either the MinGW compiler or MS Visual Studio. The WASAPI API currently only compiles in MS Visual Studio.
+All Windows audio APIs in RtAudio compile with either the MinGW compiler (tested with latest tdm64-gcc-4.8.1) or MS Visual Studio.
Visual C++ 6.0 project files (very old) are included for the test programs in the /tests/Windows/ directory. These projects compile API support for ASIO, WASAPI and DirectSound.