Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ outputRmsDb
Method
outputRmsDb
src/core/ClientFinalLimiter.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
float ClientFinalLimiter::outputRmsDb() const noexcept
117
{
118
return m_meters.outputRmsDb.load(std::memory_order_relaxed);
119
}
120
121
float ClientFinalLimiter::gainReductionDb() const noexcept
122
{
Callers
1
tickMeters
Method · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected