Oops, forgot to push before leaving

pull/36/head
Ryzerth 2020-08-04 14:19:41 +02:00
rodzic f5d6e609d7
commit cd7e5cf1bc
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -1,3 +1,3 @@
#pragma once
#define VERSION_STR "0.2.2_alpha"
#define VERSION_STR "0.2.3_alpha"