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 /install | |
| 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 'install')
| -rw-r--r-- | install | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,6 @@ -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. +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, ASIO and WASAPI) operating systems. -By Gary P. Scavone, 2001-2013. +By Gary P. Scavone, 2001-2014. To configure and compile (on Unix systems and MinGW): @@ -9,6 +9,8 @@ To configure and compile (on Unix systems and MinGW): ./configure + If you checked out the code from git, please run "autoconf" before "./configure". + 3. Typing "make" will compile static and shared libraries. 4. From within the "tests" directory, type "make" to compile the example programs. @@ -33,9 +35,9 @@ If you wish to use a different compiler than that selected by configure, specify WINDOWS USERS: -RtAudio compiles with the MinGW compiler or MS Visual Studio. +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. -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 both ASIO and DirectSound. +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. LINUX OSS: |
