@absolutejs/absolute 0.19.0-beta.621 → 0.19.0-beta.622

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4471,6 +4471,8 @@ var buildProvenanceLabel2 = (metadata) => {
4471
4471
  const mediaSegmentGroupIndex = getContextNumber2(metadata.mediaSegmentGroupIndex);
4472
4472
  const mediaChannel = getContextString2(metadata.mediaChannel);
4473
4473
  const mediaDurationLabel = formatMediaDurationLabel2(metadata.mediaDurationMs);
4474
+ const mediaSegmentWindowDurationLabel = formatMediaDurationLabel2(metadata.mediaSegmentGroupDurationMs);
4475
+ const mediaSegmentGapLabel = formatMediaDurationLabel2(metadata.mediaSegmentGapFromPreviousMs);
4474
4476
  const spreadsheetHeaders = getSpreadsheetHeaders(metadata);
4475
4477
  const slideNotesText = getContextString2(metadata.slideNotesText);
4476
4478
  const pdfTextMode = getContextString2(metadata.pdfTextMode);
@@ -4506,6 +4508,8 @@ var buildProvenanceLabel2 = (metadata) => {
4506
4508
  mediaChannel ? `Channel ${mediaChannel}` : "",
4507
4509
  mediaSpeakerCount ? `${mediaSpeakerCount} speakers` : "",
4508
4510
  mediaDurationLabel ? `Duration ${mediaDurationLabel}` : "",
4511
+ mediaSegmentWindowDurationLabel ? `Segment window ${mediaSegmentWindowDurationLabel}` : "",
4512
+ mediaSegmentGapLabel ? `Gap ${mediaSegmentGapLabel} from previous window` : "",
4509
4513
  transcriptSource ? `Transcript ${transcriptSource}` : "",
4510
4514
  threadTopic ? `Thread ${threadTopic}` : "",
4511
4515
  threadRootMessageId ? `Thread root ${threadRootMessageId}` : "",
@@ -8714,5 +8718,5 @@ export {
8714
8718
  AIStreamProvider
8715
8719
  };
8716
8720
 
8717
- //# debugId=4FCE62966423C0FD64756E2164756E21
8721
+ //# debugId=57AC17F4B882945364756E2164756E21
8718
8722
  //# sourceMappingURL=index.js.map