Skip to content

Commit 028fc28

Browse files
author
Monty
committed
Add official channel ordering/location for 6.1/7.1 surround.
svn path=/trunk/vorbis/; revision=16781
1 parent 776fd4b commit 028fc28

File tree

5 files changed

+237
-188
lines changed

5 files changed

+237
-188
lines changed

doc/04-codec.tex

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,12 @@ \subsubsection{output channel order}
606606

607607
Vorbis I specifies only a channel mapping type 0. In mapping type 0,
608608
channel mapping is implicitly defined as follows for standard audio
609-
applications:
609+
applications. As of revision 16781 (20100113), the specification adds
610+
defined channel locations for 6.1 and 7.1 surround. Ordering/location
611+
for greater-than-eight channels remains 'left to the implementation'.
610612

611613
\begin{description} %[style=nextline]
612-
\item[three channels]
614+
\item[one channel]
613615
the stream is monophonic
614616

615617
\item[two channels]
@@ -625,13 +627,22 @@ \subsubsection{output channel order}
625627

626628
\item[five channels]
627629
the stream is five-channel surround. channel order: front left,
628-
front center, front right, rear left, rear right
630+
center, front right, surround rear left, surround rear right
629631

630632
\item[six channels]
631-
the stream is 5.1 surround. channel order: front left, front
632-
center, front right, rear left, rear right, LFE
633+
the stream is 5.1 surround. channel order: front left, center,
634+
front right, surround rear left, surround rear right, LFE
633635

634-
\item[greater than six channels]
636+
\item[seven channels]
637+
the stream is 6.1 surround. channel order: front left, center,
638+
front right, surround left, surround right, surround (center) rear, LFE
639+
640+
\item[eight channels]
641+
the stream is 7.1 surround. channel order: front left, center,
642+
front right, surround left, surround right, surround rear left, surround rear right,
643+
LFE
644+
645+
\item[greater than eight channels]
635646
channel use and order is defined by the application
636647

637648
\end{description}

doc/Vorbis_I_spec.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ td center { margin-top:0em; margin-bottom:0em; }
3434
.Canvas { position:relative; }
3535
img.math{vertical-align:middle;}
3636
li p.indent { text-indent: 0em }
37+
li p:first-child{ margin-top:0em; }
38+
li p:last-child, li div:last-child { margin-bottom:0.5em; }
39+
li p~ul:last-child, li p~ol:last-child{ margin-bottom:0.5em; }
3740
.enumerate1 {list-style-type:decimal;}
3841
.enumerate2 {list-style-type:lower-alpha;}
3942
.enumerate3 {list-style-type:lower-roman;}
@@ -67,6 +70,8 @@ span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript
6770
div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; }
6871
table.tabular td p{margin-top:0em;}
6972
table.tabular {margin-left: auto; margin-right: auto;}
73+
td p:first-child{ margin-top:0em; }
74+
td p:last-child{ margin-bottom:0em; }
7075
div.td00{ margin-left:0pt; margin-right:0pt; }
7176
div.td01{ margin-left:0pt; margin-right:5pt; }
7277
div.td10{ margin-left:5pt; margin-right:0pt; }
@@ -84,8 +89,9 @@ span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
8489
a span.TEX span.E {text-decoration: none; }
8590
span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
8691
span.LATEX span.TEX{ position:relative; left: -0.4em; }
87-
div.float img, div.float .caption {text-align:center;}
88-
div.figure img, div.figure .caption {text-align:center;}
92+
div.float, div.figure {margin-left: auto; margin-right: auto;}
93+
div.float img {text-align:center;}
94+
div.figure img {text-align:center;}
8995
.marginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;}
9096
.marginpar p{margin-top:0.4em; margin-bottom:0.4em;}
9197
table.equation {width:100%;}
@@ -102,12 +108,13 @@ table.pmatrix {width:100%;}
102108
span.pmatrix img{vertical-align:middle;}
103109
div.pmatrix {text-align:center;}
104110
table.pmatrix {width:100%;}
111+
span.bar-css {text-decoration:overline;}
105112
img.cdots{vertical-align:middle;}
106113
.partToc a, .partToc, .likepartToc a, .likepartToc {line-height: 200%; font-weight:bold; font-size:110%;}
107114
.chapterToc a, .chapterToc, .likechapterToc a, .likechapterToc, .appendixToc a, .appendixToc {line-height: 200%; font-weight:bold;}
108115
.index-item, .index-subitem, .index-subsubitem {display:block}
109-
.caption td.id{font-weight: bold; white-space: nowrap; }
110-
table.caption {text-align:center;}
116+
div.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left;}
117+
div.caption span.id{font-weight: bold; white-space: nowrap; }
111118
h1.partHead{text-align: center}
112119
p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
113120
p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }

0 commit comments

Comments
 (0)