Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
float ClientFinalLimiter::outputTrimDb() const noexcept
91
{
92
return m_atomics.outputTrimDb.load(std::memory_order_relaxed);
93
}
94
95
void ClientFinalLimiter::setDcBlockEnabled(bool on) noexcept
96
{
Callers
4
capturePresetJson
Method · 0.80
applyPresetJson
Method · 0.80
saveClientFinalLimiterSettings
Method · 0.80
syncControlsFromEngine
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected