mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-17 21:28:35 -04:00
Move deviceSelector init startup -> appframe
- Plus some minor static analysis fixes and missing atomic store() for MSVC
This commit is contained in:
@@ -20,7 +20,7 @@ AudioThread::AudioThread() : IOThread(),
|
||||
outputDevice.store(-1);
|
||||
gain.store(1.0);
|
||||
|
||||
boundThreads = new std::vector<AudioThread *>;
|
||||
boundThreads.store(new std::vector<AudioThread *>);
|
||||
}
|
||||
|
||||
AudioThread::~AudioThread() {
|
||||
|
||||
Reference in New Issue
Block a user