Class EXTStereoAngles

java.lang.Object
org.lwjgl.openal.EXTStereoAngles

public final class EXTStereoAngles extends Object
Native bindings to the AL_EXT_STEREO_ANGLES extension.

This extension allows any stereo source to be "steered" by setting the angles at which the left and right channels should play.

  • Field Details

    • AL_STEREO_ANGLES

      public static final int AL_STEREO_ANGLES
      Can be used with Sourcefv and two angles. The angles are specified anticlockwise relative to the real front, so a normal 60degree front stage is specified with alSourcefv(sid,AL_STEREO_ANGLES,+M_PI/6,-M_PI/6).

      Angles are always specified in radians, anticlockwise relative to the real front (SOURCE_RELATIVE is not supported).

      See Also: