This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
comicsansg
/
CubicSDR
Watch
1
Star
0
Fork
0
You've already forked CubicSDR
mirror of
https://github.com/cjcliffe/CubicSDR.git
synced
2026-02-12 13:43:41 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
CubicSDR
/
src
/
demod
History
vsonnier
8f45451df2
Choose a valid audio output if the modem-saved one is not recognized.
2018-01-06 16:15:40 +01:00
..
DemodDefs.h
…
DemodulatorInstance.cpp
SDRPostThread is better using try_push, restore previous audio-related code in DemodulatorInstance
2017-09-02 16:24:25 +02:00
DemodulatorInstance.h
This lock is actually needed, restore it.
2017-08-27 13:35:11 +02:00
DemodulatorMgr.cpp
Choose a valid audio output if the modem-saved one is not recognized.
2018-01-06 16:15:40 +01:00
DemodulatorMgr.h
…
DemodulatorPreThread.cpp
Squash some warnings with std::shared_ptr init seen on Ubuntu 16.04
2017-10-29 15:06:24 +01:00
DemodulatorPreThread.h
…
DemodulatorThread.cpp
Flush queues on terminate() calls to unblock push()s and so ease threads termination
2017-08-28 20:53:21 +02:00
DemodulatorThread.h
Fixes
#581
?: Do not set std::shared_ptr to nullptr in constructors (useless anyway) since they could be wrongly interpreted
2017-10-16 18:50:55 +02:00
DemodulatorWorkerThread.cpp
Squash some warnings with std::shared_ptr init seen on Ubuntu 16.04
2017-10-29 15:06:24 +01:00
DemodulatorWorkerThread.h
…