Displaying 3 results from an estimated 3 matches for "eusipco_corrected".
2003 Aug 31
1
broken link in documentation
hello,
i'm reading the doc at http://xiph.org/ogg/vorbis/doc/Vorbis_I_spec.html
and the link to the paper
http://www.iocon.com/resource/docs/ps/eusipco_corrected.ps
doesn't work.
Could anyone correct the link and/or mirror this paper ?
Thanks,
YG
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing o...
2011 Aug 01
1
Inverse MDCT formula missing from Specification
...on. From reading the source code of stb_vorbis (http://nothings.org/stb_vorbis/) I've a good idea of what it might be, but cannot find the formula anywhere in the official specification (the one on http://xiph.org/vorbis/doc/Vorbis_I_spec.html ). I also understand that the formula stated in the eusipco_corrected.ps paper is incorrect (the link from the specification to the paper is also dead).
2010 Jun 07
0
No subject
...reading the source code of st=
b_vorbis (http://nothings.org/stb_vorbis/) I've a good idea of what it migh=
t be, but cannot find the formula anywhere in the official specification (t=
he one on http://xiph.org/vorbis/doc/Vorbis_I_spec.html ). I also understan=
d that the formula stated in the eusipco_corrected.ps paper is incorrect (t=
he link from the specification to the paper is also dead).<br><br>From the =
stb_vorbis.c source:<br><br>void inverse_mdct_slow(float *buffer, int n)<br=
>{<br> int i,j;<br> int n2 =3D n &...