public void IsEnabled(bool enable)
 {
     Debug.Log("Updating all pass filter state, is enabled: " + enable);
     filter.SetIsFilterActive(enable);
     filter.BandPassFilterConstantPeakGain();
 }