CubicSDR/src/demod
vsonnier 946a9801dc FIX: Inactive demod bendwiths are restored to 0 from sessions, because they were erroneously saved as such.
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.
2017-02-20 21:39:12 +01:00
..
DemodDefs.h BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00
DemodulatorInstance.cpp BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00
DemodulatorInstance.h Licence fix, add SPDX-License-Identifier, remove unused code files 2017-01-02 21:07:43 -05:00
DemodulatorMgr.cpp FIX: Inactive demod bendwiths are restored to 0 from sessions, because they were erroneously saved as such. 2017-02-20 21:39:12 +01:00
DemodulatorMgr.h Merge branch 'develop' into master 2017-01-02 21:22:13 -05:00
DemodulatorPreThread.cpp FIX: Inactive demod bendwiths are restored to 0 from sessions, because they were erroneously saved as such. 2017-02-20 21:39:12 +01:00
DemodulatorPreThread.h FIX: Inactive demod bendwiths are restored to 0 from sessions, because they were erroneously saved as such. 2017-02-20 21:39:12 +01:00
DemodulatorThread.cpp BLOCKING_QUEUE: let audio-out try_push() too, else it often blocks evrything while in debugger... 2017-02-18 10:15:47 +01:00
DemodulatorThread.h BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00
DemodulatorWorkerThread.cpp BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00
DemodulatorWorkerThread.h BLOCKING_QUEUE: prepare by raising up max queue lenghts 2017-02-14 18:42:05 +01:00