From cd7e5cf1bcf89ea978df0a65955c4c944affe1eb Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 4 Aug 2020 14:19:41 +0200 Subject: [PATCH] Oops, forgot to push before leaving --- src/dsp/resampling.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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