Displaying 2 results from an estimated 2 matches for "d4574592".
Did you mean:
454592
2009 May 16
1
Speex seek with high precision
...you are
> feeding pages in differently or something. Can you post your full
> code, including the calls to ogg_stream_pagein()?
>
> Conrad.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090516/d4574592/attachment.htm
2009 May 16
2
Speex seek with high precision
Hello Conrad,
I'm trying to seek the way you told but I'm facing a problem.
ogg_page_packets returns 164 and following code returns 189. Shouldn't it be
the same, what does that means ?
int res;
while (true)
{
res = ogg_stream_packetout(&os, &op);
if (res == 1)
nPackets++;
if (res == -1)