MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setAudioEngine

Method setAudioEngine

src/gui/ClientCompApplet.cpp:255–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void ClientCompApplet::setAudioEngine(AudioEngine* engine)
256{
257 m_audio = engine;
258 if (!m_audio) return;
259 m_curve->setComp(comp());
260 syncEnableFromEngine();
261 m_meterTimer->start();
262}
263
264void ClientCompApplet::syncEnableFromEngine()
265{

Callers

nothing calls this directly

Calls 2

setCompMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected