Manual     Reference     Scripting  
  
Scripting > Runtime Classes > AudioSource Switch to Component   

AudioSource.minVolume  

var minVolume : float

Description

The minimal volume the audio source will play at.

No matter how far away you get, the sound will not get softer than this value.

audio.minVolume = 0.5;

See Also: maxVolume, rolloffFactor.