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

Method outputTrimDb

src/core/ClientFinalLimiter.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90float ClientFinalLimiter::outputTrimDb() const noexcept
91{
92 return m_atomics.outputTrimDb.load(std::memory_order_relaxed);
93}
94
95void ClientFinalLimiter::setDcBlockEnabled(bool on) noexcept
96{

Callers 4

capturePresetJsonMethod · 0.80
applyPresetJsonMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected