summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2007-11-30 17:20:32 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:30:50 +0200
commit1e492d19f956d99e3315a3600170d6f1d9869cab (patch)
treea8003e1a6af915f767363c1f3bb8af18cf6c0165 /doc
parent6e71c81158706f7b9bbf8a6e8cbea41beed1aeae (diff)
Various documentation, configuration, and minor naming changes (gps).
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/probe.txt2
-rw-r--r--doc/doxygen/tutorial.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/probe.txt b/doc/doxygen/probe.txt
index 761ae34..9fce97b 100644
--- a/doc/doxygen/probe.txt
+++ b/doc/doxygen/probe.txt
@@ -4,7 +4,7 @@ A programmer may wish to query the available audio device capabilities before de
\code
-// probe.cpp
+// audioprobe.cpp
#include <iostream>
#include "RtAudio.h"
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 76b28b0..2ab0f1f 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -17,7 +17,7 @@ RtAudio incorporates the concept of audio streams, which represent audio output
\section whatsnew What's New (Version 4.0)
-RtAudio V4 represents a significant rewrite of the code and includes a number of API and functionality changes form previous versions. A partial list of the changes includes:
+RtAudio V4 represents a significant rewrite of the code and includes a number of API and functionality changes from previous versions. A partial list of the changes includes:
- new support for non-interleaved user data
- additional input/output parameter specifications, including channel offset
- new support for dynamic connection of devices
@@ -28,7 +28,7 @@ RtAudio V4 represents a significant rewrite of the code and includes a number of
- discontinued support of blocking functionality
- discontinued support of SGI
-Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio::getDeviceInfo(), and RtAudio::openStream() functions are called. This allows for the proper identification of hot-pluggable (USB, Firewire, ...) devices while a given RtAudio instance exists.
+Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio::getDeviceInfo(), and RtAudio::openStream() functions are called. This allows for the proper identification of hot-pluggable (USB, Firewire, ...) devices that are connected after an RtAudio instance is created.
\section download Download