Package org.lwjgl.openal
Class SOFTBformatEx
- java.lang.Object
-
- org.lwjgl.openal.SOFTBformatEx
-
public final class SOFTBformatEx extends java.lang.ObjectNative bindings to the AL_SOFT_bformat_ex extension.This extension allows B-Format buffers to be interpreted according to the ACN (Ambisonic Channel Number), SN3D (Semi-Normalized), and N3D (fully Normalized) standards. The AL_EXT_BFORMAT extension provides support for B-Format buffers using the FuMa standard for channel ordering and scaling, however much of the ambisonic content being produced today is using a more formalized ACN ordering and SN3D scaling, some even using N3D scaling. The option to interpret B-Format buffers using these standards makes them easier to use since an application won't need to manually convert them before loading.
-
-
Field Summary
Fields Modifier and Type Field Description static intAL_ACN_SOFTstatic intAL_AMBISONIC_LAYOUT_SOFT
AL_AMBISONIC_SCALING_SOFTstatic intAL_FUMA_SOFTAccepted as thevalueparameter ofBufferiandBufferivfor theAMBISONIC_LAYOUT_SOFTandAMBISONIC_SCALING_SOFTproperties.static intAL_N3D_SOFT
AL_SN3D_SOFT
-
-
-
Field Detail
-
AL_FUMA_SOFT
Accepted as thevalueparameter ofBufferiandBufferivfor theAMBISONIC_LAYOUT_SOFTandAMBISONIC_SCALING_SOFTproperties.
-
-