Displaying 3 results from an estimated 3 matches for "ucniranjan".
Did you mean:
niranjan
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
2010 Mar 05
0
How are floor and residue used in OV Codec?
Hi All,
I have a doubt in Vorbis coding.
It is said, the encoder subtracts the floor from the MDCT of the data to
get the residue. But in the decoder, the 'dot product' of of the floor and
residue is done to get back the data. If subtraction is done at one end,
addition should be done at the other end. What exactly is 'dot product'?
Can you name the function in the decoder