mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-16 15:54:27 -04:00
FM Stereo experiment, partly working
This commit is contained in:
@@ -49,6 +49,9 @@ public:
|
||||
bool isActive();
|
||||
void setActive(bool state);
|
||||
|
||||
bool isStereo();
|
||||
void setStereo(bool state);
|
||||
|
||||
void squelchAuto();bool isSquelchEnabled();
|
||||
void setSquelchEnabled(bool state);
|
||||
|
||||
@@ -56,5 +59,6 @@ private:
|
||||
std::atomic<std::string *> label;bool terminated;bool demodTerminated;bool audioTerminated;bool preDemodTerminated;
|
||||
std::atomic<bool> active;
|
||||
std::atomic<bool> squelch;
|
||||
std::atomic<bool> stereo;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user