search for: ogg_page_out

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

2004 Sep 10
0
Ogg encapsulation
...is, how can you guarantee that the whole vorbis comment packet will also fit in page 0, given that there is not much restriction on the size of comments? is it enough that the first part of the vorbis comment packet that contains the vendor string is in page 0? audio packets are written out with ogg_page_out() with no attempt to manipulate the page boundaries. but the first audio packet will always start a page because all the metadata is flushed out to pages before audio data is written. is this also OK? > My recommendation, and my offer, is to redesign the "OggFLAC" stream > and l...
2004 Sep 10
2
Ogg encapsulation
I've been implementing Ogg FLAC support in an editor I'm working on, and I must admit to being frustrated by the lack of support for the codec on the Ogg layer... and this is more than lacking granulepos. The codec's I've worked with, and my own (Writ), use Page 0 for general information about the codec. Specifically, the samplerate, bitrate, quality, number of channels, all