Skip to content
Snippets Groups Projects
Commit 593680a4 authored by Ralph Giles's avatar Ralph Giles
Browse files

Abbreviate the first stereo matrix to fit 72 columns.

Fixes a nit.
parent 728938a0
No related branches found
No related tags found
No related merge requests found
......@@ -919,8 +919,8 @@ Rear channels are mixed more diffusely or attenuated to maintain focus
title="Stereo downmix matrix for the linear surround channel mapping"
align="center">
<artwork align="center"><![CDATA[
Left output = ( 0.585786 * left + 0.414214 * center )
Right output = ( 0.414214 * center + 0.585786 * right )
L output = ( 0.585786 * left + 0.414214 * center )
R output = ( 0.414214 * center + 0.585786 * right )
]]></artwork>
<postamble>
Exact coefficient values are 1 and 1/sqrt(2), multiplied by
......
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