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 Description static int
AL_DEDICATED_GAIN
AL_EFFECT_DEDICATED_DIALOGUE
AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECTALC_EXT_DEDICATED
tokens.
-
-
-
Field Detail
-
AL_DEDICATED_GAIN, AL_EFFECT_DEDICATED_DIALOGUE, AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT
ALC_EXT_DEDICATED
tokens.
-
-