Hey all, I've been going over the docs, can someone confirm my understanding? - According the the file format, it's possible to have many packets per page. - Packets don't have headers. The only "free" information for each packet is its length. Does beta 4 encode/decode multiple packets per page properly? Thanks, Martin --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> - According the the file format, it's possible to have many packets per > page.Yes. A packet may also be split across consecutive pages.> - Packets don't have headers. The only "free" information for each > packet is its length.The Ogg layer doesn't know anything about packet structures including headers. It just knows how to reconstruct them from pages. The Vorbis packets do have minimal header information.> > Does beta 4 encode/decode multiple packets per page properly? >Yes. Aaron --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.