summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-04-09 15:14:30 -0400
committerGary Scavone <gary@music.mcgill.ca>2014-04-09 15:14:30 -0400
commit25b45950168d2a477fb975567dbff750b5d8e5ba (patch)
treea52b3e1380dbcee4a948d11638478b3a4bb3a813 /readme
parent0d0fb5433a2be8723a392b943111aea75b301333 (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 'readme')
-rw-r--r--readme10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme b/readme
index 280a3f6..bb04c7e 100644
--- a/readme
+++ b/readme
@@ -1,6 +1,6 @@
-RtAudio - a set of C++ classes that 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 that 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.
This distribution of RtAudio contains the following:
@@ -11,11 +11,11 @@ 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 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, 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
- - only one source and two header files for easy inclusion in programming projects
+ - only one source and one header file for easy inclusion in programming projects
- allow simultaneous multi-api support
- support dynamic connection of devices
- provide extensive audio device parameter control
@@ -34,7 +34,7 @@ LEGAL AND ETHICAL:
The RtAudio license is similar to the MIT License.
RtAudio: a set of realtime audio i/o C++ classes
- Copyright (c) 2001-2013 Gary P. Scavone
+ Copyright (c) 2001-2014 Gary P. Scavone
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files