Show / Hide Table of Contents

Enum EFXSourceFloat

A list of valid float Source(int, EFXSourceFloat, float)/GetSource(int, EFXSourceFloat) parameters.

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum EFXSourceFloat

Fields

Name Description
AirAbsorptionFactor

Range [0.0f .. 10.0f] Default: 0.0f

This property is a multiplier on the amount of Air Absorption applied to the Source. The AL_AIR_ABSORPTION_FACTOR is multiplied by an internal Air Absorption Gain HF value of 0.994 (-0.05dB) per meter which represents normal atmospheric humidity and temperature.

ConeOuterGainHighFrequency

Range [0.0f .. 1.0f] Default: 1.0f

A directed Source points in a specified direction. The Source sounds at full volume when the listener is directly in front of the source; it is attenuated as the listener circles the Source away from the front.

RoomRolloffFactor

Range [0.0f .. 10.0f] Default: 0.0f

This property is defined the same way as the Reverb Room Rolloff property: it is one of two methods available in the Effect Extension to attenuate the reflected sound (early reflections and reverberation) according to source-listener distance.

In This Article
Back to top Generated by DocFX