Skip to content

Commit

Permalink
Update audio rendition alignment comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch authored Nov 22, 2024
1 parent 4a1468c commit 7628dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/audio-stream-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ class AudioStreamController
);
}
if (!newDetails.alignedSliding) {
// Make sure our audio rendition is aligned with the "main" rendition, using
// pdt as our reference times.
// Align audio rendition with the "main" playlist on discontinuity change
// or program-date-time (PDT)
alignDiscontinuities(newDetails, mainDetails);
if (!newDetails.alignedSliding) {
alignMediaPlaylistByPDT(newDetails, mainDetails);
Expand Down

0 comments on commit 7628dad

Please sign in to comment.