Re: Vorbis Packet size
Michael Smith <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 4, 2010 at 10:20 PM, sherin <[email protected]> wrote: > Hi, > > Is there any method to determine the end of vorbis packet, without > relying upon the ogg header, for a vorbis stream embedded in ogg ? > > I know that from ogg header we can determine the packet size. Is there > any other method to determine end-of-packet condition? No. You need external framing (usually ogg, but anything else that explicitly delimits the packet length would work equally well in this respect) to use vorbis. Mike