public static bool IsPlayingAccurate(this AudioSource source) { return(source.isPlaying || AudioController.CheckPause(source.ignoreListenerPause)); }