Re: Feedback on implementation of decoding of chained streams
"Timothy B. Terriberry" <[email protected]> Tue, 3 Sep 2024 11:23:51 -0700
| Newsgroups | gmane.comp.audio.compression.flac.devel |
|---|---|
| Message-ID | <[email protected]> |
Martijn van Beurden wrote: > There are still a lot of things that can be improved in libFLAC, so I > think I'll leave it be for a while when this works. I agree it is not > efficient, but for now, chained ogg is a niche use case for FLAC. I'd Incremental steps are usually best. I think mostly you want to avoid painting yourself into a corner API-wise. I haven't thought deeply about whether your current proposal does that, but at least considering how you would extend it to support the things I described should help identify blockers and whether you will need additional ABI breaks, etc. It's worth at least reading through the code I pointed to with those things in mind.