AudioItem.MinTimeBetweenPlayCalls Field

ClockStone Audio Toolkit

AudioItemMinTimeBetweenPlayCalls Field

Assures that the same audio item will not be played multiple times within this time frame. This is useful if several events triggered at almost the same time want to play the same audio item which can cause unwanted noise artifacts.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public float MinTimeBetweenPlayCalls

Field Value

Type: Single
See Also