mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-03-05 15:30:08 -05: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.