Removed now irrelevant comment
authorMarcus Tomlinson <themarcustomlinson@gmail.com>
Fri, 18 Apr 2014 14:14:54 +0000 (16:14 +0200)
committerMarcus Tomlinson <themarcustomlinson@gmail.com>
Fri, 18 Apr 2014 14:14:54 +0000 (16:14 +0200)
RtAudio.cpp

index 43aaaa36acd7a617f2a0c736fffb056a127c7c50..9760c7cad115ba23f18b12a6b7b8c633f3cccd62 100644 (file)
@@ -3768,8 +3768,7 @@ private:
 // channel counts between HW and the user. The convertBufferWasapi function is used to perform\r
 // these conversions between HwIn->UserIn and UserOut->HwOut during the stream callback loop.\r
 // This sample rate converter favors speed over quality, and works best with conversions between\r
-// one rate and its multiple. RtApiWasapi will not populate a device's sample rate list with rates\r
-// that may cause artifacts via this conversion.\r
+// one rate and its multiple.\r
 void convertBufferWasapi( char* outBuffer,\r
                           const char* inBuffer,\r
                           const unsigned int& inChannelCount,\r