kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Oops, forgot to push before leaving
rodzic
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"
|
Ładowanie…
Reference in New Issue