search for: flac__stream_decoder_finish_link

Displaying 2 results from an estimated 2 matches for "flac__stream_decoder_finish_link".

2024 Sep 01
1
Feedback on implementation of decoding of chained streams
brianw wrote: > On Sep 1, 2024, at 12:44 PM, Martijn van Beurden wrote: >> Everything works, but as is with any change to the API, I don't know >> whether it is convenient for API users other than the flac command >> line tool. So, I'd like some feedback. I only looked briefly, but I had a few questions. How does FLAC__stream_decoder_get_total_samples() work for
2024 Sep 02
1
Feedback on implementation of decoding of chained streams
...of adding new functions for the new support, versus altering the API of existing functions to enhance existing support to broader use cases. I'll summarize. Four functions were added to libFLAC: - FLAC__stream_decoder_set_decode_chained_stream - FLAC__stream_decoder_get_decode_chained_stream - FLAC__stream_decoder_finish_link - FLAC__stream_decoder_process_until_end_of_link In addition, the next functions no longer fail if invoked after a stream has been initialized - FLAC__stream_decoder_set_metadata_respond - FLAC__stream_decoder_set_metadata_respond_application - FLAC__stream_decoder_set_metadata_respond_all - FLAC_...