Displaying 1 result from an estimated 1 matches for "floor0_number_of_codebooks".
2003 Apr 07
0
Vorbis spec bugs
...ll-in-one-PDF)
The data structures are quite ready, I can successfully load the
codec setup packet and all its components it's containing.
<p><p>So far so good.... Here's my first note concerning the
floor0-setup :
  I'm supposed to read the parameters (floor0_order ...
  floor0_number_of_codebooks) as unsigned integers
  and therefore they can't be negative (see Step 7)
  Do I have to treat them as signed values ?
  What about the num_codebooks = readBits(4) + 1
  which will range from 1 to 16 ?
  Is it reasonable to include num_codebooks in the
  consistency check ?
  Currently I'...