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

AudioSource.timeSamples  

var timeSamples : int

Description

Use this to read current playback time or to seek to a new playback time in samples, if you want more precise timing than what time variable allows.

See Also: time variable.