summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2008-11-22 03:32:52 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:23 +0200
commitb96814b6bc97b32a590521ae8f401c40dac4cc7c (patch)
tree56155ccefcf02da2e94bc2d7232d4960cac567c4 /readme
parent1d3b191e05c76800fd3c30675f101e9dc5b2f5f1 (diff)
Various updates to configure script, rtaudio files, and test files in preparation for upcoming release (gps).
Diffstat (limited to 'readme')
-rw-r--r--readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme b/readme
index 8228cd3..7c2c7b9 100644
--- a/readme
+++ b/readme
@@ -11,7 +11,7 @@ tests/Windows: Visual C++ .net test program workspace and projects
OVERVIEW:
-RtAudio is a set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware. It was designed with the following objectives:
+RtAudio is a set of C++ classes that provides a common API (Application Programming Interface) for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the process of interacting with computer audio hardware. It was designed with the following objectives:
- object-oriented C++ design
- simple, common API across all supported platforms