mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-10 14:23:27 -05:00
946a9801dc
The problem lies in DemodulatorPreThread: - settings were actually get/set unprotected from concurrent access (bendwiths, frequencies, sample rates...etc) so make them atomic. - If bandwith has changed, return the new value instead of the current one, just like frequencies. |
||
---|---|---|
.. | ||
DemodDefs.h | ||
DemodulatorInstance.cpp | ||
DemodulatorInstance.h | ||
DemodulatorMgr.cpp | ||
DemodulatorMgr.h | ||
DemodulatorPreThread.cpp | ||
DemodulatorPreThread.h | ||
DemodulatorThread.cpp | ||
DemodulatorThread.h | ||
DemodulatorWorkerThread.cpp | ||
DemodulatorWorkerThread.h |