Audio::ConvertToDecibels

Function converts linear scale volume to decibels.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h

Include

#include "DSP/Dsp.h"

Syntax

namespace Audio
{
    static float Audio::ConvertToDecibels
    (
        const float InLinear,
        const float InFloor
    )
}

Remarks

Function converts linear scale volume to decibels.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss