Displaying 4 results from an estimated 4 matches for "ccxxv".
Did you mean:
ccxx
2017 Feb 06
2
libvorbis without encapulsation
L'octidi 18 pluviôse, an CCXXV, Miscellaneous a écrit :
> > The RLP draft mentioned on the libvorbis docs page, are there sample
> > implementations (in C) of this yet anywhere?
> Sorry that should say RTP, not RLP
I am not sure I understand exactly what you are asking, but libavformat
has a RTP packetizer that...
2017 Feb 06
2
libvorbis without encapulsation
L'octidi 18 pluviôse, an CCXXV, Miscellaneous a écrit :
> 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.
Why do you not want it?...
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
2017 Feb 06
0
libvorbis without encapulsation
On Mon, 2017-02-06 at 09:58 +0100, Nicolas George wrote:
> L'octidi 18 pluviôse, an CCXXV, Miscellaneous a écrit :
> >
> > 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...