public void SetFrequencyCutoff(int n, float f)
 {
     RubberBandNativeMethods.RubberBandStretcher_SetFrequencyCutoff(_rbs, n, f);
 }