IsSamplePlaying /Audio and multimedia

bool IsSamplePlaying(string fileName)

Returns true if the sample is playing.

if (IsSamplePlaying("soundfx/crowd_chanting.mp3"))
{
    print("I can hear the crowd");
}
Note Temporarily not working on Android.