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

Method applyTrim

src/gui/StripFinalOutputPanel.cpp:728–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728void StripFinalOutputPanel::applyTrim(float db)
729{
730 if (!m_audio) return;
731 if (auto* lim = m_audio->clientFinalLimiterTx()) {
732 lim->setOutputTrimDb(db);
733 m_audio->saveClientFinalLimiterSettings();
734 }
735}
736
737void StripFinalOutputPanel::applyDcBlock(bool on)
738{

Callers

nothing calls this directly

Calls 3

clientFinalLimiterTxMethod · 0.80
setOutputTrimDbMethod · 0.80

Tested by

no test coverage detected