Skip to content

Commit a1ea7d2

Browse files
Remove references to Object RTC draft
1 parent 275965b commit a1ea7d2

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

opus_codec_registration.src.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
"title": "RFC 7845: Ogg Encapsulation for the Opus Audio Codec",
4747
"publisher": "IETF",
4848
"date": "April 2016"
49-
},
50-
"OBJECT-RTC": {
51-
"href": "https://w3c.github.io/ortc/",
52-
"title": "Object RTC (ORTC) API for WebRTC",
53-
"publisher": "W3C",
54-
"date": "January 2021"
5549
}
5650
}
5751
</pre>
@@ -225,13 +219,12 @@
225219
</xmp>
226220
</pre>
227221

228-
The {{OpusSignal}} describes the type of audio signal being encoded. See
229-
[section 9.3.1.1](https://draft.ortc.org/#opus-codec-options*) of [[OBJECT-RTC]].
222+
The {{OpusSignal}} indicates the default value for the type of signal being encoded.
230223

231224
<dl>
232225
<dt><dfn enum-value for=OpusSignal>auto</dfn></dt>
233226
<dd>
234-
The audio signal is not known to be of a particular type.
227+
The audio signal is not specified to be of a particular type.
235228
</dd>
236229
<dt><dfn enum-value for=OpusSignal>music</dfn></dt>
237230
<dd>
@@ -255,8 +248,8 @@
255248
</xmp>
256249
</pre>
257250

258-
The {{OpusApplication}} describes the intended application. See
259-
[section 9.3.1.1](https://draft.ortc.org/#opus-codec-options*) of [[OBJECT-RTC]].
251+
The {{OpusApplication}} indicates the default value for the encoder's intended
252+
application.
260253

261254
<dl>
262255
<dt><dfn enum-value for=OpusApplication>voip</dfn></dt>

0 commit comments

Comments
 (0)