mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +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 afterInterp = inCount * interp;
|
||||||
int outIndex = 0;
|
int outIndex = 0;
|
||||||
while (true) {
|
while (true) {q
|
||||||
if (_this->_input->read(inBuf, inCount) < 0) { break; };
|
if (_this->_input->read(inBuf, inCount) < 0) { break; };
|
||||||
for (int i = 0; outIndex < outCount; i += decim) {
|
for (int i = 0; outIndex < outCount; i += decim) {
|
||||||
outBuf[outIndex].i = 0;
|
outBuf[outIndex].i = 0;
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define VERSION_STR "0.2.2_alpha"
|
#define VERSION_STR "0.2.3_alpha"
|
Loading…
Reference in New Issue
Block a user