HrtfDistanceDecayType enumeration

Indicates a distance-based decay type applied to a sound.

Syntax


typedef enum _HrtfDistanceDecayType { 
  NaturalDecay  = 0,
  CustomDecay   = 1
} HrtfDistanceDecayType;

Constants

NaturalDecay

Simulates natural decay with distance, as constrained by minimum and maximum gain distance limits. Drops to silence at rolloff distance.

CustomDecay

Used to set up a custom gain curve, within the maximum and minimum gain limit.

Requirements

Header

HrtfApoApi.h

See also

Enumerations
HrtfDistanceDecay

 

 

Show: