search for: stb_vorbi

Displaying 3 results from an estimated 3 matches for "stb_vorbi".

Did you mean: stb_vorbis
2011 Aug 01
1
Inverse MDCT formula missing from Specification
Hi The inverse MDCT formula seems to be missing from the vorbis specification. 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...
2010 Jun 07
0
No subject
...lpadding=3D"0" border=3D"0" ><tr><td valign=3D"= top" style=3D"font: inherit;">Hi<br><br>The inverse MDCT formula seems to b= e missing from the vorbis specification. From 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 specificat...
2015 May 19
2
How do I seek to seek to specific samples using libvorbis?
Thanks. If decoding from the last packet on the previous page works, I may have to do that. But I was hoping to avoid it. Yes, I may be seeking a lot. A packet spanning multiple pages shouldn't be a problem for me, because I'm only adding index points that represent the beginning of a packet. But does this actually happen for Vorbis? (Aside from large header packets) The large blocks