search for: codebook_length

Displaying 1 result from an estimated 1 matches for "codebook_length".

Did you mean: codebook_lengths
2006 May 10
2
Codebook decoding help
...we're in the progress of developing a multimedia framework for Java. We started with programming a Vorbis (ogg) codec and demultiplexer and have still some problems with this. The problem occured when trying to read the setup header of a vorbis file. After a certain time we have to decode the codebook_lengths but this does not work. We followed the instructions in the Vorbis 1 specification script (chapter 3 - Codebooks) but we didn't understand, how it works. So, what we can do is: - reading the 24 bit sync-pattern (0x564342) - reading the 16 codebook_dimensions - reading the 24 codebook_entries...