Skip to content

Commit

Permalink
Change client to player (#206)
Browse files Browse the repository at this point in the history
* Change client to player

* Change client player to client

For consistency, to address @cconcolato review comment.

Closes #202.
  • Loading branch information
nigelmegitt authored Feb 8, 2024
1 parent 9f1e09d commit 7787d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3>Transcripts and Scripts</h3>
Then there is a stage in which an audio rendering of the <a>script</a> is generated,
for eventual mixing into the programme audio.
That mixing can occur prior to distribution,
or in the client directly.</p>
or in the player directly.</p>
<section>
<h4>Dubbing <a>scripts</a></h4>
<p>The <dfn>dubbing</dfn> process which consists in creating a <a>dubbing script</a>
Expand Down Expand Up @@ -316,7 +316,7 @@ <h4>Audio Description <a>scripts</a></h4>
<li>defining mixing instructions (applied using [[TTML2]] audio styling) for combining the audio with the programme audio.</li>
</ul>
<p>The audio mixing can occur prior to distribution of the media,
or in the client player.
or in the client.
If the <a>audio description</a> <a>script</a> is delivered to the player,
the text can be used to provide an alternative rendering,
for example on a Braille display,
Expand Down

0 comments on commit 7787d44

Please sign in to comment.