mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-12 05:44:08 -04:00
AM, USB and LSB somewhat working
This commit is contained in:
@@ -47,7 +47,6 @@ void DemodulatorWorkerThread::threadMain() {
|
||||
result.bandwidth = filterCommand.bandwidth;
|
||||
result.inputRate = filterCommand.inputRate;
|
||||
resultQueue->push(result);
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(30));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user