search for: ov_raw

Displaying 1 result from an estimated 1 matches for "ov_raw".

Did you mean: oraw
2003 Jan 23
3
Exact decode positioning
Hi, I'm busy working on a method of synchronising playback between two ogg decoders. To do this reliably, I need to create a cross-reference of the raw & pcm offsets in the bitstream. I have tried using the ov_raw/pcm_tell calls, but it appears as if the ov_raw_tell() only updates itsself in steps of 4096 bytes (as each read callback is done). This gives me a cross-reference every 120ms or so, which isn't quite often enough for my application. Is there anyway of finding the codec's position in...