summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2010-02-04 18:55:39 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:26 +0200
commit1aeb3051b91d55cb23e15d5b03fe71a7cb447860 (patch)
treefd9a51a51dd398488a4ca9b67645bbc9e7547443 /install
parentcaedd756a73367c72e8c2c64c5554419d2168b97 (diff)
Many updates for release 4.0.7 (gs).
Diffstat (limited to 'install')
-rw-r--r--install4
1 files changed, 3 insertions, 1 deletions
diff --git a/install b/install
index 70c795f..d1b6502 100644
--- a/install
+++ b/install
@@ -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, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
-By Gary P. Scavone, 2001-2009.
+By Gary P. Scavone, 2001-2010.
To configure and compile (on Unix systems and MinGW):
@@ -29,4 +29,6 @@ If you wish to use a different compiler than that selected by configure, specify
For Windows Users:
+RtAudio compiles with the MinGW compiler, though there appears to be a problem with ASIO support using gcc 4.4 (the compile is fine but with my RME HDSP 9632 driver, the functions to set and query the supported sample rates do not work).
+
Visual C++ 6.0 project files are included for the test programs in the /tests/Windows/ directory. These projects compile API support for both ASIO and DirectSound. Version 4.0 of RtAudio was tested with the .net compiler and it will not compile in Visual C++ 6.0 because of its non-conformance to modern C++ standards.