search for: e5d9abd

Displaying 2 results from an estimated 2 matches for "e5d9abd".

Did you mean: e5d9abde
2017 Feb 06
2
libvorbis without encapulsation
...s its internal workings. Regards, -- Nicolas George -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: Digital signature URL: <http://lists.xiph.org/pipermail/vorbis-dev/attachments/20170206/e5d9abde/attachment.sig>
2017 Feb 06
3
libvorbis without encapulsation
Using libvorbis (1.3.5) I wish to extract the raw vorbis packets.  I've built some simple code on the excellent libvorbis API overview on the xiph.org site, but the example relies on the ogg_packet struct for final output and input to decoder, and shows now examples on how to do without it. Taking a look at the vorbis_bitstream_flush() function, which in the overview is the last step before