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

Function dbToLinear

src/gui/ClientEqOutputFader.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29float dbToLinear(float db)
30{
31 return std::pow(10.0f, db / 20.0f);
32}
33
34// Attack / release for the displayed peak — fast rise, slow fall so the
35// bar tracks transients but doesn't flicker.

Callers 3

commitValueEditMethod · 0.85
setGainFromYMethod · 0.85
wheelEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected