diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-09 15:14:30 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-09 15:14:30 -0400 |
| commit | 25b45950168d2a477fb975567dbff750b5d8e5ba (patch) | |
| tree | a52b3e1380dbcee4a948d11638478b3a4bb3a813 /doc/doxygen/compiling.txt | |
| parent | 0d0fb5433a2be8723a392b943111aea75b301333 (diff) | |
Bug fix for DS enumeration when devices are unplugged; bug fix if an error occurs when opening a stream after a previous stream was closed; various documentation updates in preparation for release 4.1.0.
Diffstat (limited to 'doc/doxygen/compiling.txt')
| -rw-r--r-- | doc/doxygen/compiling.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doxygen/compiling.txt b/doc/doxygen/compiling.txt index 9e9cab2..3fa52cc 100644 --- a/doc/doxygen/compiling.txt +++ b/doc/doxygen/compiling.txt @@ -75,6 +75,14 @@ In order to compile RtAudio for a specific OS and audio API, it is necessary to <TD><I>various ASIO header and source files</I></TD> <TD><I>compiler specific</I></TD> </TR> +<TR> + <TD>Windows</TD> + <TD>WASAPI</TD> + <TD>RtApiWasapi</TD> + <TD>__WINDOWS_WASAPI__</TD> + <TD><I>various ASIO header and source files</I></TD> + <TD><I>compiler specific ... not currently working with MingW compiler</I></TD> +</TR> </TABLE> <P> |
