Package org.lwjgl.openal
Class SOFTDirectChannelsRemix
- java.lang.Object
-
- org.lwjgl.openal.SOFTDirectChannelsRemix
-
public final class SOFTDirectChannelsRemix extends java.lang.Object
Native bindings to the SOFT_direct_channels_remix extension.This extension adds the ability to remix channels to the
SOFT_direct_channels
extension. By default, that extension drops input buffer channels that don't have a matching output channel. This really only works well for controlled setups where the input and output are known, but problems arise when these become variable. An option to remix input channels to the closest output channels will ensure the sound will still be audible with as little virtualization as possible.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AL_DROP_UNMATCHED_SOFT
AL_REMIX_UNMATCHED_SOFT
-