- changes to library

This commit is contained in:
2019-02-04 23:35:55 +03:00
parent c34bcdc058
commit c303b6f09d
7 changed files with 154 additions and 151 deletions

View File

@@ -583,7 +583,7 @@ void AudioReceiver::makeMonoAndResample(int rate, int channels)
return;
}
int processedInput = 0;
size_t processedInput = 0;
mResampledLength = r->processBuffer(frames, length, processedInput, mResampledFrame, r->getDestLength(length));
// processedInput result value is ignored - it is always equal to length as internal sample rate is 8/16/32/48K
}