Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ dcBlockEnabled
Method
dcBlockEnabled
src/core/ClientFinalLimiter.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
bool ClientFinalLimiter::dcBlockEnabled() const noexcept
102
{
103
return m_atomics.dcBlock.load(std::memory_order_relaxed);
104
}
105
106
float ClientFinalLimiter::inputPeakDb() const noexcept
107
{
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