public final class SOFTSourceSpatialize
extends java.lang.Object
This extension provides more control over the spatialization behavior of sources. By default, OpenAL will spatialize sources playing a mono buffer and not spatialize sources playing a multi-channel buffer. Spatialization features include positional panning, distance attenuation, cone-related attenuation, and doppler effects. This extension allows such features to be enabled and disabled per-source independently of the buffer format.
| Modifier and Type | Field and Description |
|---|---|
static int |
AL_AUTO_SOFT
Accepted as the
value of the SOURCE_SPATIALIZE_SOFT property. |
static int |
AL_SOURCE_SPATIALIZE_SOFT
|
public static final int AL_SOURCE_SPATIALIZE_SOFT
public static final int AL_AUTO_SOFT
value of the SOURCE_SPATIALIZE_SOFT property.Copyright LWJGL. All Rights Reserved. License terms.