Displaying 4 results from an estimated 4 matches for "oggpack_".
Did you mean:
_oggpack_
2005 Nov 09
2
Quickie: Bitpacker endianness / OggPCM
Michael Smith wrote:
> libogg has two bitpackers; a little endian one and a bigendian one.
ok, I didn't see it in the docs at
http://www.xiph.org/ogg/doc/libogg/reference.html and didn't look in the
header file first. My bad.
Is it correct to state that the oggpack_* functions use little endian
order, and the oggpackB_* functions use big endian order? Is it safe to
mix calls to the two different bitpackers on the same oggpack_buffer?
2005 Nov 09
2
Quickie: Bitpacker endianness / OggPCM
From googling around, it seems that the ogg bitpacker has defined
endianness, but I can't find anywhere that says which order it's in. Any
help?
The endianness of the 24 bit field in the OggPCM header should be
specified. I was going to edit the wiki to specify it as network byte
order, then realized that you may have standardized on something else in
theora/vorbis already.
2000 Oct 02
1
state of cvs
if you're going to compile vorbis you'll need the following modules
ogg
vorbis
if you're goin to compile the plugins you'll also need
vorbis-plugins
if you're going to compile the tools you'll need
ao
vorbis-tools
all of these should build with exception of ao and vorbis-plugins.
There were some problems from the merge that I didn't catch before
leaving for
2006 May 10
2
Codebook decoding help
Dear Sir or Maddam,
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