12

I am looking for specifications for the ogg vorbis header packet format. I have searched the Internet without much success. Where can I find one?

Isaac Sutherland
  • 3,082
  • 4
  • 28
  • 37

3 Answers3

15

The specification requires that all three of these headers be present.

Isaac Sutherland
  • 3,082
  • 4
  • 28
  • 37
  • after 12 years, is there any better resource you can recommend? I'm looking to find how the file header is constructed. All resources I found so far are very complex. – julianpoemp Dec 03 '22 at 13:35
3

A bitfield diagram of the Ogg Vorbis identification header is at http://wiki.xiph.org/OggVorbis.

Conrad Parker
  • 854
  • 10
  • 23
1

Hope this is what you're looking for: http://xiph.org/vorbis/doc/v-comment.html

Wesley Rice
  • 2,711
  • 19
  • 8
  • That page describes the "header packets that begin a Vorbis bitstream" but it does not describe the other headers nor does it say how the headers are laid out within the ogg container format. – Isaac Sutherland Dec 03 '10 at 03:34