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

AudioSource.Stop  

function Stop () : void

Description

Stops playing the clip.

audio.Stop();

See Also: Play, Pause functions.