Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Description
Utility to check for sample clipping. Put breakpoint in conditional to find DSP code that's not behaving correctly
| Name | Audio::CheckSample |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Dsp.h |
| Include Path | #include "DSP/Dsp.h" |
namespace Audio
{
void Audio::CheckSample
(
float InSample,
float Threshold
)
}