summaryrefslogtreecommitdiff
path: root/RtAudio.h
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2018-10-16 15:04:54 +0200
committerStephen Sinclair <radarsat1@gmail.com>2018-10-16 15:04:54 +0200
commit40d607b2b30e64fcf9978386dd746c20566ef324 (patch)
treea6871b54db42fb8ceeef62627372863d21dfe042 /RtAudio.h
parent4690b26068191afa44dc8a872e250990acb1d175 (diff)
parentc8872791415514880108c2e46f0c0bb2b7236acf (diff)
Merge remote-tracking branch 'upstream/pr/154'
Diffstat (limited to 'RtAudio.h')
-rw-r--r--RtAudio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RtAudio.h b/RtAudio.h
index d6038db..25c2076 100644
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -303,7 +303,7 @@ class RTAUDIO_DLL_PUBLIC RtAudio
bool isDefaultOutput; /*!< true if this is the default output device. */
bool isDefaultInput; /*!< true if this is the default input device. */
std::vector<unsigned int> sampleRates; /*!< Supported sample rates (queried from list of standard rates). */
- unsigned int preferredSampleRate; /*!< Preferred sample rate, eg. for WASAPI the system sample rate. */
+ unsigned int preferredSampleRate; /*!< Preferred sample rate, e.g. for WASAPI the system sample rate. */
RtAudioFormat nativeFormats; /*!< Bit mask of supported data formats. */
// Default constructor.