mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-13 14:24:06 -04:00
Can now choose demodulator output devices
This commit is contained in:
@@ -60,6 +60,9 @@ public:
|
||||
void setSquelchLevel(float signal_level_in);
|
||||
float getSquelchLevel();
|
||||
|
||||
void setOutputDevice(int device_id);
|
||||
int getOutputDevice();
|
||||
|
||||
private:
|
||||
std::atomic<std::string *> label; //
|
||||
bool terminated; //
|
||||
|
||||
Reference in New Issue
Block a user