Skip to content

Commit a7d690e

Browse files
Expand acronyms
1 parent 8f41712 commit a7d690e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

opus_codec_registration.src.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
161161
</dd>
162162
<dt><dfn dict-member for=OpusEncoderConfig>complexity</dfn></dt>
163163
<dd>
164-
Configures the encoder's computational complexity, as described 2.1.9. of
165-
[[RFC6716]]. The valid range is `0` to `10`, with `10` representing the highest
164+
Configures the encoder's computational complexity, as described in section 2.1.9.
165+
of [[RFC6716]]. The valid range is `0` to `10`, with `10` representing the highest
166166
complexity. If no value is specificied, the default value is platform-specific:
167167
User Agents <em class="rfc2119">SHOULD</em> set a default of `5` for mobile
168168
platforms, and a default of `9` for all other platforms.
@@ -177,12 +177,13 @@
177177
</dd>
178178
<dt><dfn dict-member for=OpusEncoderConfig>useinbandfec</dfn></dt>
179179
<dd>
180-
Specifies whether the encoder provides Opus in-band FEC, as described by
181-
section 2.1.7. of [[RFC6716]].
180+
Specifies whether the encoder provides Opus in-band Forward Error Correction
181+
(FEC), as described by section 2.1.7. of [[RFC6716]].
182182
</dd>
183183
<dt><dfn dict-member for=OpusEncoderConfig>usedtx</dfn></dt>
184184
<dd>
185-
Specifies if the encoder uses DTX, as described by section 2.1.9. of [[RFC6716]].
185+
Specifies if the encoder uses Discontinuous Transmission (DTX), as described
186+
by section 2.1.9. of [[RFC6716]].
186187
</dd>
187188
</dl>
188189

0 commit comments

Comments
 (0)