public void Prepare(SessionContext context) { _timer.Reset(); _desync = new DesyncCalculator(); PlaybackRate = 1; _totalSamplesRead = 0; _upstream.Prepare(context); }
public void Prepare(SessionContext context) { _timer.Reset(); _desync = new DesyncCalculator(); PlaybackRate = 1; _totalSamplesRead = 0; _aheadWarningLastSent = TimeSpan.FromSeconds(0); _upstream.Prepare(context); }
public void Prepare(SessionContext context) { _upstream.Prepare(context); }
/// <summary> /// Prepare the pipeline to begin playing a new stream of audio /// </summary> /// <param name="context"></param> public void Prepare(SessionContext context) { _output.Prepare(context); }
/// <summary> /// Prepare the pipeline to begin playing a new stream of audio /// </summary> /// <param name="context"></param> public void Prepare(SessionContext context) { _output.Prepare(context); _prepared = true; }
public void Prepare(SessionContext context) { _source.Prepare(context); }