/// <summary> /// Like Stop but slower. /// </summary> public void FadeOut() { _audioSource.FadeOut(3f); }