static public void AUDIO_Chopping(bool onOrOff) { if (m_audioSystem != null) { m_audioSystem.Chopping(onOrOff); } }