- 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

@@ -160,7 +160,7 @@ void AudioStream::addData(const void* buffer, int bytes)
assert(0);
}
int processedInput = 0;
size_t processedInput = 0;
dstlen = r->processBuffer(buffer, bytes, processedInput, mResampleBuffer, dstlen);
// ProcessedInput output value is ignored - because sample rate of input is always 8/16/32/48K - so all buffer is processed