Re: [Flac-dev] Re: seeking problems

2004-07-19 Thread Josh Coalson
--- 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

Re: [Flac-dev] Re: seeking problems

2004-03-10 Thread august
> 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

Re: [Flac-dev] Re: seeking problems

2004-03-01 Thread Josh Coalson
--- 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

Re: [Flac-dev] Re: seeking problems

2004-03-01 Thread Miroslav Lichvar
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

Re: [Flac-dev] Re: seeking problems

2004-02-29 Thread Christian HJ Wiesner
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

Re: [Flac-dev] Re: seeking problems

2004-02-28 Thread august
> 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

[Flac-dev] Re: seeking problems

2004-02-28 Thread ChristianHJW
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

[Flac-dev] Re: seeking problems

2004-02-25 Thread august
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