mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
Replace mutex lock/unlock pairs with guards, cleanups
This commit is contained in:
@@ -20,7 +20,6 @@ public:
|
||||
float peak;
|
||||
int type;
|
||||
std::vector<float> data;
|
||||
std::mutex busy_update;
|
||||
|
||||
AudioThreadInput() :
|
||||
frequency(0), sampleRate(0), channels(0), peak(0) {
|
||||
|
||||
Reference in New Issue
Block a user