MCPcopy 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
116float ClientFinalLimiter::outputRmsDb() const noexcept
117{
118 return m_meters.outputRmsDb.load(std::memory_order_relaxed);
119}
120
121float ClientFinalLimiter::gainReductionDb() const noexcept
122{

Callers 1

tickMetersMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected