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.

  1. float convertDecibelToLinearGain(float dB)
  2. double convertDecibelToLinearGain(double dB)
    pure nothrow @nogc
    double
    convertDecibelToLinearGain
    (
    double dB
    )

Meta