public void SetMaxProcessSize(long samples)
 {
     RubberBandNativeMethods.RubberBandStretcher_SetMaxProcessSize(_rbs, new IntPtr(samples));
 }