From fa49f45799c0d4520cf22bb61404517ccbbad46e Mon Sep 17 00:00:00 2001
From: Nigel Megitt
Date: Fri, 17 Mar 2023 16:08:12 +0000
Subject: [PATCH] Add note about extended descriptions
Addresses #71.
---
index.html | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/index.html b/index.html
index a9dd1bb..26947b3 100644
--- a/index.html
+++ b/index.html
@@ -991,6 +991,21 @@ Audio Recording
then playback MUST be truncated to end when the
Audio Recording 's time interval ends.
+
+ "Extended descriptions" are longer than the allocated time within the related media.
+ A presentation processor that supports extended descriptions
+ can allow the effective play rate of the audio resource
+ to differ from the play rate of the related media object
+ so that the resulting interval has a long enough duration
+ to accommodate the audio resource's temporal subsection.
+ For example it could pause or slow down playback of
+ the related media object while
+ continuing playback of the audio resource,
+ or it could speed up playback of the audio resource, so that
+ the Audio Recording 's time interval does not end
+ before the audio resource's temporal subsection.
+ This behaviour is currently unspecified and therefore implementation-defined.
+
If the temporal subsection of the audio resource is shorter than
the duration of the Audio Recording 's time interval,
then the audio resource plays once.