From 45474764cadd5ca9906423968ad861e2f529b0bf Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:57:31 +0100 Subject: [PATCH] Add explanatory comment --- src/media-sink.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/media-sink.ts b/src/media-sink.ts index 4f65fc2..99dae39 100644 --- a/src/media-sink.ts +++ b/src/media-sink.ts @@ -1030,6 +1030,7 @@ class PcmAudioDecoderWrapper extends DecoderWrapper= preciseDuration) { + // We need to sync with the sample timestamp again this.currentTimestamp = sample.timestamp; }