summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2016-02-22 15:50:52 -0500
committerGary Scavone <gary@music.mcgill.ca>2016-02-22 15:50:52 -0500
commit16366222b72e2a6a7425073e4fabcffb46b57c79 (patch)
treef9038ef4bc277a94956939c67c43bdf556f23d1e /readme
parent3d86f23d6fe8b41e1c3361c67aa00a000e060802 (diff)
A few more pre-release (4.1.2) updates.
Diffstat (limited to 'readme')
-rw-r--r--readme2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme b/readme
index d86078f..079875f 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 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, ASIO and WASAPI) 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, PulseAudio and OSS), Macintosh OS X and Windows (DirectSound, ASIO and WASAPI) 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