search for: _vorbis_unpack_info

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

2002 Mar 26
2
size of vectors to be fed to MDCT
Hi, as we are trying to implement MDCT in hardware, we are caring now about the "n" (size of input and output vectors to and from MDCT). As I have looked in the code, this "n" is chosen from the Ogg/Vorbis stream data in info.c:_vorbis_unpack_info() which means this "n" can vary aribitrarily (as the power of 2) depending only on the value got from song data? or is there any specific limit... Thank you very much, Pattara <p> -- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-...
2005 Aug 05
1
debugging question.
...oder_example.c) using gdb. I have compiled the source tree for debug and can single step through the program. However i am facing the following problem (which I think is more of C than vorbis) 1. after single steppig I finally arrive at the function shown below (in file lib/info.c) static int _vorbis_unpack_info(vorbis_info *vi,oggpack_buffer *opb){ 196 codec_setup_info *ci=vi->codec_setup; 197 if(!ci)return(OV_EFAULT); 198 199 vi->version=oggpack_read(opb,32); 200 if(vi->version!=0)return(OV_EVERSION); 201 202 vi->channels=oggpack_read(opb,8); 203 vi->rate=oggpack_read(opb,3...
2000 Dec 11
3
File Format Documentation
I'm trying to fully determine the file format for Ogg Vorbis audio files as produced by oggenc and I'm having a hell of a time. :) I've sorted through all the online documentation I can find. I've downloaded the latest CVS source respositories, sifted through the documentation there, and tried sifting through the source as well. I should state that I'm not a C guru (I