mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 11:17:11 +01:00
Oops, forgot to push before leaving
This commit is contained in:
parent
f5d6e609d7
commit
cd7e5cf1bc
@ -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;
|
||||
|
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_STR "0.2.2_alpha"
|
||||
#define VERSION_STR "0.2.3_alpha"
|
Loading…
Reference in New Issue
Block a user