--- Josh Coalson <[EMAIL PROTECTED]> wrote:
> --- august <[EMAIL PROTECTED]> wrote:
> >
> >
> > sorry to bother again,
> >
> > but I can narrow down my problem to certain parst of my flac file.
> >
> > for example, when I seek to 19*44100 samples or to 81*44100
> samples,
> > the
> > seek callb
> this is another good data point. I have been really short on
> time to look into this. there are also some other reports going
> on that you might want to follow along with:
>
> http://www.hydrogenaudio.org/index.php?showtopic=19197
> http://sourceforge.net/tracker/index.php?func=detail&aid=8
--- august <[EMAIL PROTECTED]> wrote:
>
>
> sorry to bother again,
>
> but I can narrow down my problem to certain parst of my flac file.
>
> for example, when I seek to 19*44100 samples or to 81*44100 samples,
> the
> seek callback runs off in an endless loop.
>
> there aren't any while loop
On Sat, Feb 28, 2004 at 04:32:14PM +0100, august wrote:
>
> > Did you try OggFLAC and MkaFLAC as alternative containers ?
>
> no, I didnt? would that make a difference though?
>
> For OggFLAC
> > you need libogg, the Xiph documentation should be describing how to seek
> > in the file. But i
Hi
august wrote:
Did you try OggFLAC and MkaFLAC as alternative containers ?
no, I didnt? would that make a difference though?
Yes, i think so. Josh may tell different if i am talking rubbish, but i
dont expect that FLAC's native framing has an index or the like, like
matro
> Did you try OggFLAC and MkaFLAC as alternative containers ?
no, I didnt? would that make a difference though?
For OggFLAC
> you need libogg, the Xiph documentation should be describing how to seek
> in the file. But i dont know if using another container than native FLAC
> framing is an o
Did you try OggFLAC and MkaFLAC as alternative containers ? For OggFLAC
you need libogg, the Xiph documentation should be describing how to seek
in the file. But i dont know if using another container than native FLAC
framing is an option for you .
Christian
matroska project admin
august wr
sorry to bother again,
but I can narrow down my problem to certain parst of my flac file.
for example, when I seek to 19*44100 samples or to 81*44100 samples, the
seek callback runs off in an endless loop.
there aren't any while loops in my code, so I don't think I am causing it.
At least I c