Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NaturalDecayValue: 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_CustomDecayA custom gain curve, within the maximum and minimum gain limit. |
Requirements
| Requirement | Value |
|---|---|
| Header | spatialaudiohrtf.h |