mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-03-14 12:19:45 -04:00
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.