Skip to content
Snippets Groups Projects
Commit 396c4e5e authored by Timothy B. Terriberry's avatar Timothy B. Terriberry
Browse files

Rearrange Ogg Opus references.

Sort alphabetically, and move vorbis-trim to "Informative".
Also fix a misuse of "streams" instead of "channels" in the packet
 size limits exposition.
parent b3744613
No related branches found
No related tags found
No related merge requests found
...@@ -941,7 +941,7 @@ A more reasonable limit is (7,664*N - 2) octets, or about 7.5 kB ...@@ -941,7 +941,7 @@ A more reasonable limit is (7,664*N - 2) octets, or about 7.5 kB
This corresponds to 120 ms of audio encoded as 20 ms stereo MDCT-mode This corresponds to 120 ms of audio encoded as 20 ms stereo MDCT-mode
frames, with a total bitrate just under 511 kbps (not counting the Ogg frames, with a total bitrate just under 511 kbps (not counting the Ogg
encapsulation overhead). encapsulation overhead).
With N=8, the maximum number of streams currently defined by mapping With N=8, the maximum number of channels currently defined by mapping
family 1, this gives a maximum packet size of 61,310 octets, or just family 1, this gives a maximum packet size of 61,310 octets, or just
under 60 kB. under 60 kB.
This is still quite conservative, as it assumes each output channel is taken This is still quite conservative, as it assumes each output channel is taken
...@@ -1048,21 +1048,10 @@ The authors agree to grant third parties the irrevocable right to copy, use, ...@@ -1048,21 +1048,10 @@ The authors agree to grant third parties the irrevocable right to copy, use,
<seriesInfo name="RFC" value="XXXX"/> <seriesInfo name="RFC" value="XXXX"/>
</reference> </reference>
<reference anchor="vorbis-trim" <reference anchor="EBU-R128" target="http://tech.ebu.ch/loudness">
target="http://xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-130000A.2">
<front>
<title>The Vorbis I Specification, Appendix A Embedding Vorbis into an Ogg stream</title>
<author initials="C." surname="Montgomery"
fullname="Christopher &quot;Monty&quot; Montgomery"/>
</front>
</reference>
<reference anchor="vorbis-mapping"
target="http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9">
<front> <front>
<title>The Vorbis I Specification, Section 4.3.9 Output Channel Order</title> <title>"Loudness Recommendation EBU R128</title>
<author initials="C." surname="Montgomery" <author fullname="EBU Technical Committee"/>
fullname="Christopher &quot;Monty&quot; Montgomery"/>
</front> </front>
</reference> </reference>
...@@ -1076,10 +1065,12 @@ The authors agree to grant third parties the irrevocable right to copy, use, ...@@ -1076,10 +1065,12 @@ The authors agree to grant third parties the irrevocable right to copy, use,
</front> </front>
</reference> </reference>
<reference anchor="EBU-R128" target="http://tech.ebu.ch/loudness"> <reference anchor="vorbis-mapping"
target="http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9">
<front> <front>
<title>"Loudness Recommendation EBU R128</title> <title>The Vorbis I Specification, Section 4.3.9 Output Channel Order</title>
<author fullname="EBU Technical Committee"/> <author initials="C." surname="Montgomery"
fullname="Christopher &quot;Monty&quot; Montgomery"/>
</front> </front>
</reference> </reference>
...@@ -1090,6 +1081,15 @@ The authors agree to grant third parties the irrevocable right to copy, use, ...@@ -1090,6 +1081,15 @@ The authors agree to grant third parties the irrevocable right to copy, use,
<!--?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.3550.xml"?--> <!--?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.3550.xml"?-->
<?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.4732.xml"?> <?rfc include="http://xml.resource.org/public/rfc/bibxml/reference.RFC.4732.xml"?>
<reference anchor="replay-gain"
target="http://wiki.xiph.org/VorbisComment#Replay_Gain">
<front>
<title>VorbisComment: Replay Gain</title>
<author initials="C." surname="Parker" fullname="Conrad Parker"/>
<author initials="M." surname="Leese" fullname="Martin Leese"/>
</front>
</reference>
<reference anchor="seeking" <reference anchor="seeking"
target="http://wiki.xiph.org/Seeking"> target="http://wiki.xiph.org/Seeking">
<front> <front>
...@@ -1100,12 +1100,12 @@ The authors agree to grant third parties the irrevocable right to copy, use, ...@@ -1100,12 +1100,12 @@ The authors agree to grant third parties the irrevocable right to copy, use,
</front> </front>
</reference> </reference>
<reference anchor="replay-gain" <reference anchor="vorbis-trim"
target="http://wiki.xiph.org/VorbisComment#Replay_Gain"> target="http://xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-130000A.2">
<front> <front>
<title>VorbisComment: Replay Gain</title> <title>The Vorbis I Specification, Appendix A Embedding Vorbis into an Ogg stream</title>
<author initials="C." surname="Parker" fullname="Conrad Parker"/> <author initials="C." surname="Montgomery"
<author initials="M." surname="Leese" fullname="Martin Leese"/> fullname="Christopher &quot;Monty&quot; Montgomery"/>
</front> </front>
</reference> </reference>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment