search for: udipi

Displaying 2 results from an estimated 2 matches for "udipi".

Did you mean: uapi
2009 Aug 22
5
How do I start using Vorbis Codec?
Hi All, I have downloaded the Vorbis Codec source code for Windows. How do I compile, build and run it? Do I need VisualC compiler for that? Also, please tell me how do I test it? Is there a easier way of accomplishing the above in Linux? Thanks, Niranjan -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 22
1
Is it possible to seek different Ogg Vorbis encoded packets from the File?
Hi All, I am trying to program the 'Tremor' decoder onto an array of Processors. I am using four Processors. I did this experiment: I split the while(!eof){} in the main() in to four tasks using if(!eof) statements. In this modification, each if() decodes one packet of data at-a-time, sequentially. Then, I ran the code on a single Processor and the decoding was successful. The