public void PlaySound(string soundName) { ShallowMusic.Play(soundName, BeatValue.Eighth); }
public static void ShallowStop(this AudioSource source, BeatValue beat = ShallowMusic.DEFAULT_BEAT) { ShallowMusic.Stop(source, beat); }