search for: flac__seekable_stream_decoder_flush

Displaying 3 results from an estimated 3 matches for "flac__seekable_stream_decoder_flush".

2004 Sep 10
3
seeking problems
...le seeking with FLAC. sometimes when I call FLAC__seekable_stream_decoder_seek_absolute, I get a false returned for FLAC__seekable_stream_decoder_process_single ..and the error is of type FLAC__SEEKABLE_STREAM_DECODER_STREAM_DECODER_ERROR is there any way to recover from this? I try to do a FLAC__seekable_stream_decoder_flush or FLAC__seekable_stream_decoder_reset on the decoder and it can sometimes continue, but after a while it will just run off in a seek loop, where the decoder state is always FLAC__SEEKABLE_STREAM_DECODER_SEEKING. as far as I can tell it happens at random points. I can't tell for the life of m...
2004 Sep 10
0
Re: seeking problems
...metimes when I call FLAC__seekable_stream_decoder_seek_absolute, I get > a false returned for FLAC__seekable_stream_decoder_process_single ..and > the error is of type FLAC__SEEKABLE_STREAM_DECODER_STREAM_DECODER_ERROR > > is there any way to recover from this? > I try to do a FLAC__seekable_stream_decoder_flush or > FLAC__seekable_stream_decoder_reset on the decoder and it can sometimes > continue, but after a while it will just run off in a seek loop, where the > decoder state is always FLAC__SEEKABLE_STREAM_DECODER_SEEKING. > > as far as I can tell it happens at random points. I can'...
2004 Sep 10
3
Re: seeking problems
...s when I call FLAC__seekable_stream_decoder_seek_absolute, I get >>a false returned for FLAC__seekable_stream_decoder_process_single ..and >>the error is of type FLAC__SEEKABLE_STREAM_DECODER_STREAM_DECODER_ERROR >>is there any way to recover from this? >>I try to do a FLAC__seekable_stream_decoder_flush or >>FLAC__seekable_stream_decoder_reset on the decoder and it can sometimes >>continue, but after a while it will just run off in a seek loop, where the >>decoder state is always FLAC__SEEKABLE_STREAM_DECODER_SEEKING. >>as far as I can tell it happens at random points. I c...