Browse Source

Removed now irrelevant comment

tags/4.1.1
Marcus Tomlinson 11 years ago
parent
commit
e4a070b5fc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      RtAudio.cpp

+ 1
- 2
RtAudio.cpp View File

@@ -3768,8 +3768,7 @@ private:
// channel counts between HW and the user. The convertBufferWasapi function is used to perform // 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. // 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 // 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, void convertBufferWasapi( char* outBuffer,
const char* inBuffer, const char* inBuffer,
const unsigned int& inChannelCount, const unsigned int& inChannelCount,


Loading…
Cancel
Save