diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-16 15:04:54 +0200 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-10-16 15:04:54 +0200 |
| commit | 40d607b2b30e64fcf9978386dd746c20566ef324 (patch) | |
| tree | a6871b54db42fb8ceeef62627372863d21dfe042 /RtAudio.h | |
| parent | 4690b26068191afa44dc8a872e250990acb1d175 (diff) | |
| parent | c8872791415514880108c2e46f0c0bb2b7236acf (diff) | |
Merge remote-tracking branch 'upstream/pr/154'
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
