MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / AudioThread

Method AudioThread

src/audio/AudioThread.cpp:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18std::recursive_mutex AudioThread::m_device_mutex;
19
20AudioThread::AudioThread() : IOThread(), nBufferFrames(1024), sampleRate(0), controllerThread(nullptr) {
21
22 audioQueuePtr = 0;
23 underflowCount = 0;
24 active.store(false);
25 outputDevice.store(-1);
26 gain = 1.0;
27}
28
29AudioThread::~AudioThread() {
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected