Hi All,<br><br>    I have been able to run the Tremor Decoder on our Processor Board connected to a PC over PCIe. We send the OV encoded data from the PC to the Board. On receiving the data, the Processor decodes the same and sends it back to the PC. <br>
<br>    The Board has only 128KB of memory, therefore we can not send encoded music data bigger than this. I believe I will have to use the Decoder in streaming and non-seekable mode. I am using<br>int ret1 = ov_open_callbacks(&amp;oggMemoryFile, &amp;vf, NULL, 0,vorbisCallbacks);<br>
with our own call back functions. When I send small chunks of encoded data, how can I reuse the above function to do decoding?<br><br>Thanks in anticipation,<br>Niranjan<br>