Skip to content

Commit

Permalink
Minor editorial tweak to spatialRendering definition
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jul 24, 2024
1 parent 1d52c00 commit a5b96e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -628,14 +628,14 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte

<p>
The <dfn for='AudioConfiguration' dict-member>spatialRendering</dfn>
member indicates that the audio SHOULD be renderered spatially. The
member indicates that the audio SHOULD be rendered spatially. The
details of spatial rendering SHOULD be inferred from the
{{AudioConfiguration/contentType}}. If it does not [=map/exist=], the UA
MUST presume spatialRendering is not required. When <code>true</code>,
MUST presume spatial rendering is not required. When <code>true</code>,
the user agent SHOULD only report this configuration as
{{MediaCapabilitiesInfo/supported}} if it can support spatial
rendering *for the current audio output device* without failing back to a
non-spatial mix of the stream. spatialRendering is only applicable to
rendering for the current audio output device without failing back to a
non-spatial mix of the stream. {{spatialRendering}} is only applicable to
{{MediaDecodingConfiguration}} for types {{media-source}} and {{file}}.
</p>
</section>
Expand Down

0 comments on commit a5b96e1

Please sign in to comment.