Working decoder running multiple decodes during a period

This commit is contained in:
Jordan Sherer 2019-10-30 11:22:48 -04:00
parent 854cf81f36
commit 471c303174

View File

@ -2564,7 +2564,7 @@ void MainWindow::dataSink(qint64 frames)
#if 1
static int lastn = 0;
int n = now.time().second();
newDataReady = n != lastn;
newDataReady = n != lastn && n % 2 == 0;
dec_data.params.nsz = halfSymbolStop * m_nsps / 2.0;
lastn = n;
#elif 0