Skip to content

Commit 5b8c525

Browse files
committed
Add links to MAUR requirements
Closes #5.
1 parent 98abc86 commit 5b8c525

File tree

1 file changed

+35
-9
lines changed

1 file changed

+35
-9
lines changed

index.html

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ <h3>Edit script to match performance: <dfn data-lt="PS5">Process Step 5</dfn>. <
224224
<section>
225225
<h2>Requirements</h2>
226226
<p>The following table lists the requirements at each stage of the workflow:</p>
227-
<p class="ednote">TODO: Add [[media-accessibility-reqs]]</p>
228-
<table class="simple">
227+
228+
<table class="data">
229229
<caption>Table of requirements, each having a unique requirement number,
230230
links to the workflow process stages from which it arises,
231231
and a detailed description.</caption>
@@ -260,13 +260,23 @@ <h2>Requirements</h2>
260260
either matching a dialogue spoken by a single character or matching on-screen text from the programme,
261261
or that is an opportunity for adding descriptions.</p>
262262
<p class="note">Within a <a>script event</a>, there may be other timed content, whose times are relative to the beginning of the script event.</p>
263+
<p>[[media-accessibility-reqs]] DV-2 Render descriptions in a time-synchronized manner, using the primary media resource as the timebase master.</p>
263264
</td>
264265
</tr>
265266
<tr>
266267
<td>R3</td>
267268
<td><a>PS2a</a></td>
268269
<td><p>A document must be able to incorporate description text to be voiced,
269-
each description located within a timed interval defined by a begin time and an end time.</p></td>
270+
each description located within a timed interval defined by a begin time and an end time.</p>
271+
<div>[[media-accessibility-reqs]] TVD-2 TVDs need to be provided in a format that contains the following information:
272+
<ol type="a">
273+
<li>start time, text per description cue (the duration is determined dynamically, though an end time could provide a cut point)</li>
274+
<li>possibly a speech-synthesis markup to improve quality of the description (existing speech synthesis markups include SSML ([[speech-synthesis11]]) and CSS 3 Speech Module ([[css-speech-1]]))</li>
275+
<li>accompanying metadata providing labeling for speakers, language, etc. and</li>
276+
<li>visual style markup.</li>
277+
</ol>
278+
</div>
279+
</td>
270280
</tr>
271281
<tr>
272282
<td>R4</td>
@@ -287,7 +297,10 @@ <h2>Requirements</h2>
287297
what gender and age voice would be appropriate to voice the descriptions;
288298
it is also feasible to include data used to improve the quality of text to speech synthesis,
289299
such as phonetic descriptions of the text, intonation and emotion data etc.
290-
The format of any extensions for this purpose need not be defined.</p></td>
300+
The format of any extensions for this purpose need not be defined.</p>
301+
<p>[[media-accessibility-reqs]] DV-10 Allow the user to select from among different languages of descriptions, if available, even if they are different from the language of the main soundtrack.</p>
302+
<p>[[media-accessibility-reqs]] DV-13 Support metadata, such as copyright information, usage rights, language, etc.</p>
303+
</td>
291304
</tr>
292305
<tr>
293306
<td>R6</td>
@@ -356,30 +369,39 @@ <h2>Requirements</h2>
356369
<td><a>PS3</a></td>
357370
<td><p>A document must be able to reference audio tracks either
358371
included as binary data within the document
359-
or separately.</p></td>
372+
or separately.</p>
373+
<p>[[media-accessibility-reqs]] DV-4 Support recordings of high quality speech as a track of the media resource, or as an external file.</p>
374+
<p>[[media-accessibility-reqs]] DV-9 Allow the author to use a codec which is optimized for voice only, rather than requiring the same codec as the original soundtrack.</p>
375+
</td>
360376
</tr>
361377
<tr>
362378
<td>R16</td>
363379
<td><a>PS3</a></td>
364380
<td><p>A document must be able to associate a begin time
365381
with the beginning of playback of each audio track,
366382
for the case that multiple audio tracks are created,
367-
one per description.</p></td>
383+
one per description.</p>
384+
<p>[[media-accessibility-reqs]] DV-2 Render descriptions in a time-synchronized manner, using the primary media resource as the timebase master.</p>
385+
</td>
368386
</tr>
369387
<tr>
370388
<td>R17</td>
371389
<td><a>PS3</a></td>
372390
<td><p>A document must be able to associate a begin time with a playback entry time
373391
within an audio track,
374392
for the case that a single audio track is generated
375-
that contains multiple segments of audio to be played back at different times.</p></td>
393+
that contains multiple segments of audio to be played back at different times.</p>
394+
<p>[[media-accessibility-reqs]] DV-2 Render descriptions in a time-synchronized manner, using the primary media resource as the timebase master.</p>
395+
</td>
376396
</tr>
377397
<tr>
378398
<td>R18</td>
379399
<td><a>PS4</a></td>
380400
<td><p>A document must be able to associate a left/right pan value
381401
with playback of each or every audio description.
382-
This value applies to the audio description prior to mixing with the main programme audio.</p></td>
402+
This value applies to the audio description prior to mixing with the main programme audio.</p>
403+
<p>[[media-accessibility-reqs]] DV-8 Allow the author to provide fade and pan controls to be accurately synchronized with the original soundtrack.</p>
404+
</td>
383405
</tr>
384406
<tr>
385407
<td>R19</td>
@@ -388,7 +410,11 @@ <h2>Requirements</h2>
388410
that applies to the main programme audio prior to mixing with the audio description,
389411
where that fade level curve is defined by
390412
a set of pairs of level and times
391-
and an interpolation algorithm.</p></td>
413+
and an interpolation algorithm.</p>
414+
<p>[[media-accessibility-reqs]] DV-5 Allow the author to independently adjust the volumes of the audio description and original soundtracks where these are available as separate audio channel resources.</p>
415+
<p>[[media-accessibility-reqs]] DV-7 Permit smooth changes in volume rather than stepped changes. The degree and speed of volume change should be under user control.</p>
416+
<p>[[media-accessibility-reqs]] DV-8 Allow the author to provide fade and pan controls to be accurately synchronized with the original soundtrack.</p>
417+
</td>
392418
</tr>
393419
<tr>
394420
<td>R20</td>

0 commit comments

Comments
 (0)