<div>Hi,</div>
<div> </div>
<div> I was able to get vobis tremor checkout from the tree. I am running it on visual studio. </div>
<div>As suggsted in the file initialization.html i did the changes to make the code take input from FILE. </div>
<div> </div>
<div>"The simplest possible case is to use <tt>fopen()</tt> to open a Vorbis file and then pass the <tt>FILE *</tt> to an <a href="file:///C:/OGG/tre_low_mem/Tremor/doc/ov_open.html">ov_open()</a> call. </div>
<div>A successful <a href="file:///C:/OGG/tre_low_mem/Tremor/doc/return.html">return code</a> from <a href="file:///C:/OGG/tre_low_mem/Tremor/doc/ov_open.html">ov_open()</a> indicates the file is ready for use".</div>
<div> </div>
<div> I think i made the mistake somewhere as when i dumped the output it shows me only four three kinds of bytes </div>
<div> eith 80 , 7F , FF, 00 in the whole file. This is supposed to be the PCM output file.</div>
<div> </div>
<div>The input is playable by other OGG players faithfully.</div>
<div> </div>
<div>I am running the code on Visual studio 2005 . </div>
<div> </div>
<div>The code has not been changed expect to take FILE reading as binary as passed as input . I have used simple fopen.</div>
<div> </div>
<div>I would appreciate if somebody can tell me what i am doing wrong.</div>
<div> </div>
<div>thanks,</div>
<div>dhiraj </div>
<div> </div>
<div> </div>
<div> </div>