public void SetExpectedInputDuration(long samples)
 {
     RubberBandNativeMethods.RubberBandStretcher_SetExpectedInputDuration(_rbs, new IntPtr(samples));
 }