mirror of
https://github.com/AlexandreRouma/SDRPlusPlus
synced 2026-08-13 17:37:08 -04:00
Oops, forgot to push before leaving
This commit is contained in:
parent
f5d6e609d7
commit
cd7e5cf1bc
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue