public final class SOFTOutputLimiter
extends java.lang.Object
This extension allows an application to control OpenAL Soft's output limiter. OpenAL Soft 1.18 adds an output limiter to prevent excessive clipping on the output, and this extension allows applications to turn it off or on.
| Modifier and Type | Field and Description |
|---|---|
static int |
ALC_OUTPUT_LIMITER_SOFT
Accepted as part of the
attrList parameter of CreateContext and ResetDeviceSOFT, and as the paramName parameter of GetIntegerv. |
public static final int ALC_OUTPUT_LIMITER_SOFT
attrList parameter of CreateContext and ResetDeviceSOFT, and as the paramName parameter of GetIntegerv.Copyright LWJGL. All Rights Reserved. License terms.