SpatialAudioHrtfDistanceDecayType enumeration (spatialaudiohrtf.h)

Specifies the type of decay applied over distance from the position of an ISpatialAudioObjectForHrtf to the position of the listener.

Syntax

typedef enum SpatialAudioHrtfDistanceDecayType {
  SpatialAudioHrtfDistanceDecay_NaturalDecay = 0,
  SpatialAudioHrtfDistanceDecay_CustomDecay
} ;

Constants

 
SpatialAudioHrtfDistanceDecay_NaturalDecay
Value: 0
A natural decay over distance, as constrained by minimum and maximum gain distance limits. The output drops to silent at the distance specified by SpatialAudioHrtfDistanceDecay.CutoffDistance.
SpatialAudioHrtfDistanceDecay_CustomDecay
A custom gain curve, within the maximum and minimum gain limit.

Requirements

Requirement Value
Header spatialaudiohrtf.h