From 44492c3668e6d3dbc7e18b9a9eb2c114e54aff1d Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 25 Oct 2002 14:41:13 +0000 Subject: [PATCH] Define required character entities manually since the parse isn't finding the parameter includes. svn path=/trunk/vorbis/; revision=4046 --- doc/xml/04-codec.xml | 8 ++++---- doc/xml/Vorbis_I_spec.xml | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/xml/04-codec.xml b/doc/xml/04-codec.xml index 9fc1f5c..1d53868 100644 --- a/doc/xml/04-codec.xml +++ b/doc/xml/04-codec.xml @@ -1,7 +1,7 @@
- $Id: 04-codec.xml,v 1.4 2002/10/21 23:37:00 giles Exp $ + $Id: 04-codec.xml,v 1.5 2002/10/25 14:41:13 giles Exp $ Last update to this document: October 15, 2002 @@ -344,7 +344,7 @@ illustration of overlapping dissimilar -Vorbis windows all use the slope function y=sin(0.5 * \pi * sin^2((x+.5)/n * \pi)), +Vorbis windows all use the slope function y=sin(0.5 * π * sin^2((x+.5)/n * π)), where n is window size and x ranges 0...n-1, but dissimilar lapping requirements can affect overall shape. Window generation proceeds as follows: @@ -385,9 +385,9 @@ set) then window from range 0 ... [left_window_start]-1 inclusive is zero for [i] in range [left_window_start] ... -[left_window_end]-1, window([i]) = sin(.5 * \pi * sin^2( ([i]-[left_window_start]+.5) / [left_n] * .5 * \pi) ) +[left_window_end]-1, window([i]) = sin(.5 * π * sin^2( ([i]-[left_window_start]+.5) / [left_n] * .5 * π) ) window from range [left_window_end] ... [right_window_start]-1 -inclusive is one for [i] in range [right_window_start] ... [right_window_end]-1, window([i]) = sin(.5 * \pi * sin^2( ([i]-[right_window_start]+.5) / [right_n] * .5 * \pi/2. + .5 * \pi) ) +inclusive is one for [i] in range [right_window_start] ... [right_window_end]-1, window([i]) = sin(.5 * π * sin^2( ([i]-[right_window_start]+.5) / [right_n] * .5 * π/2. + .5 * π) ) window from range [rigth_window_start] ... [n]-1 is zero diff --git a/doc/xml/Vorbis_I_spec.xml b/doc/xml/Vorbis_I_spec.xml index ff93846..f341da9 100644 --- a/doc/xml/Vorbis_I_spec.xml +++ b/doc/xml/Vorbis_I_spec.xml @@ -2,7 +2,10 @@ + + + -- 2.7.4