Even more fixes

This commit is contained in:
Ryzerth 2021-04-18 01:04:50 +02:00
parent 91176c9291
commit cf4cfb50fc

View File

@ -104,7 +104,7 @@ namespace dsp {
}
{
std::lock_guard<std::mutex> lck(ctrlMtx);
std::lock_guard<std::mutex> lck(generic_block<PolyphaseResampler<T>>::ctrlMtx);
int outCount = calcOutSize(count);
memcpy(&buffer[tapsPerPhase], _in->readBuf, count * sizeof(T));
_in->flush();