search for: process_remaining_frames

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

2004 Sep 10
1
Unexpected writeCallback() calls
...ut plugin which uses the seekable stream decoder API of libFLAC 1.02. It works so far, but one thing is pretty annoying and should be changed in future libFLAC versions, IMHO: The writeCallback is not only called after functions which do decoding (like process_whole_stream(), process_one_frame() or process_remaining_frames()), ie. where one expects that new data arrives. Instead, also functions like seek_absolute() can create decoded data. I think that generating new data should be restricted to the three functions mentioned above, because it would make libFLAC easier to use. Currently, it is best that a developer do...
2004 Sep 10
2
Problem in FLAC__stream_decoder_process_metadata
Hi, I have a problem when I try to open a file, which is not a FLAC file. When I open a non-flac file with the stream decoder API, one of the first things called is FLAC__stream_decoder_process_metadata, which itself calls stream_decoder_find_metadata_. Unfortunately the non-flac file contains some content, which leads to the state set to FLAC__STREAM_DECODER_READ_FRAME. However in
2004 Sep 10
0
Problem in FLAC__stream_decoder_process_metadata
...you can just check to see if you returned from ...process_metadata() without getting a metadata callback. if you did not get a metadata callback, that means the input didn't even contain the 'fLaC' marker. if you did get a metadata callback, you know it's FLAC and are ready to ...process_remaining_frames() Josh __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com