diff options
| author | Marcus Tomlinson <themarcustomlinson@gmail.com> | 2014-04-18 16:14:54 +0200 |
|---|---|---|
| committer | Marcus Tomlinson <themarcustomlinson@gmail.com> | 2014-04-18 16:14:54 +0200 |
| commit | e4a070b5fc0ea33abba209c1875d290919e2faa3 (patch) | |
| tree | 5413df228638c998a9c9f649e39ef01f7c19822e /RtAudio.cpp | |
| parent | 27d53f8096cd5e531f74862b953f12ff8d21c76a (diff) | |
Removed now irrelevant comment
Diffstat (limited to 'RtAudio.cpp')
| -rw-r--r-- | RtAudio.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp index 43aaaa3..9760c7c 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3768,8 +3768,7 @@ private: // channel counts between HW and the user. The convertBufferWasapi function is used to perform
// these conversions between HwIn->UserIn and UserOut->HwOut during the stream callback loop.
// This sample rate converter favors speed over quality, and works best with conversions between
-// one rate and its multiple. RtApiWasapi will not populate a device's sample rate list with rates
-// that may cause artifacts via this conversion.
+// one rate and its multiple.
void convertBufferWasapi( char* outBuffer,
const char* inBuffer,
const unsigned int& inChannelCount,
|
