예제 #1
0
 /// <summary>
 /// Clears all the samples in the object's output and internal
 /// processing buffers.
 /// </summary>
 public override void Clear()
 {
     _samplesExpectedOut = 0;
     _rateTransposer.Clear();
     _stretch.Clear();
 }
예제 #2
0
 /// <summary>
 /// Clears all the samples in the object's output and internal
 /// processing buffers.
 /// </summary>
 public override void Clear()
 {
     _rateTransposer.Clear();
     _stretch.Clear();
 }