Skip to main content

isClipping

function isClipping(clipCount, threshold): boolean;

Check if there is clipping

Parameters

ParameterTypeDefault valueDescription
clipCountnumberundefinedNumber of consecutive clip
thresholdnumberCLIP_COUNT_THRESHOLD-

Returns

boolean

true if the clipCount is above the threshold, aka clipping