Audio::CheckSample

Utility to check for sample clipping.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Dsp.h"

Syntax

namespace Audio
{
    static void Audio::CheckSample
    (
        float InSample,
        float Threshold
    )
}

Remarks

Utility to check for sample clipping. Put breakpoint in conditional to find DSP code that's not behaving correctly

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