convertDecibelToLinearGain

Converts from dB to linear gain. Precision: This uses fast_exp which under normal conditions has a peak error under -135dB over the useful range.

pure nothrow @nogc
T
convertDecibelToLinearGain
(
T
)
(
T dB
)

Meta