search for: laterthan

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

2007 May 02
0
libogg++ release 0.1.1
...entity would require Transport to get deep into the decoding, which I want to avoid. However, at least with the Ogg Theora/Vorbis streams I tested, the loss of information due to the gross granule positions does not seem to matter for playback, as long as the page ordering function, bool Transport::laterThan(Page&,Page&), is well-formed. > > The simplest test of seeking is to jump around between a few locations > in a file. Jumping to near the end (but not the very end) is a good > test. Will try that. > You might want to try something similar to liboggz's > tests/seek...
2007 May 02
2
libogg++ release 0.1.1
On 02/05/07, Elaine YueLien <et@ihear.com> wrote: > Hi, > > Several months ago, I asked a question about seeking without a metric. > You can find one answer in this beta release, demonstrated in the > example program multiThreadSeek. There is also an example demuxer, and a > rewriter. Hi Elaine, congratulations :-) that's a nicely designed API you've got there.