diff --git a/src/dsp/resampling.h b/src/dsp/resampling.h index 4626422c..3b18f8e9 100644 --- a/src/dsp/resampling.h +++ b/src/dsp/resampling.h @@ -337,7 +337,7 @@ namespace dsp { int afterInterp = inCount * interp; int outIndex = 0; - while (true) { + while (true) {q if (_this->_input->read(inBuf, inCount) < 0) { break; }; for (int i = 0; outIndex < outCount; i += decim) { outBuf[outIndex].i = 0; diff --git a/src/version.h b/src/version.h index 77d77072..accad1ec 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #pragma once -#define VERSION_STR "0.2.2_alpha" \ No newline at end of file +#define VERSION_STR "0.2.3_alpha" \ No newline at end of file