Returns true if the sample is playing.
true
if (IsSamplePlaying("soundfx/crowd_chanting.mp3")) { print("I can hear the crowd"); }