Package org.lwjgl.openal
Class EXTDedicated
- java.lang.Object
-
- org.lwjgl.openal.EXTDedicated
-
public final class EXTDedicated extends java.lang.Object
Native bindings to theALC_EXT_DEDICATED
extension.This extension provides two "routing" EFX effects that allow sounds to be sent to dedicated speaker channels. Audio rendered to the dedicated low frequency effect (
EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT
) is routed to a subwoofer if one is present. Otherwise, it is discarded.Audio rendered to the dedicated dialogue effect (
EFFECT_DEDICATED_DIALOGUE
) is routed to a front centre speaker if one is present. Otherwise, it is rendered to the front centre using the normal spatialisation logic.Both effects support a gain control parameter
DEDICATED_GAIN
, which defaults to 1.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
AL_DEDICATED_GAIN
AL_EFFECT_DEDICATED_DIALOGUE
AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECTALC_EXT_DEDICATED
tokens.
-
-
-
Field Detail
-
AL_DEDICATED_GAIN
public static final int AL_DEDICATED_GAIN
ALC_EXT_DEDICATED
tokens.- See Also:
- Constant Field Values
-
AL_EFFECT_DEDICATED_DIALOGUE
public static final int AL_EFFECT_DEDICATED_DIALOGUE
ALC_EXT_DEDICATED
tokens.- See Also:
- Constant Field Values
-
AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT
public static final int AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT
ALC_EXT_DEDICATED
tokens.- See Also:
- Constant Field Values
-
-