philippe44
philippe44
What I mean by trivial was to simply detect eos of the current stream and reset the flag for need to acquire a serial number so the decoding would continue....
I've read the different issues and PR, my uneducated opinion would be that 2 steps could be very easy - 1 when reaching eos of current stream, just treat that...
> I am very hesitant to make that change, because it would involve skipping over metadata, because returning metadata (of the second stream) after returning audio (of the first stream)...
BTW, I can try to propose a complete PR as well but I'd need to know exactly what you want in term of features.
See https://github.com/xiph/flac/pull/667
⬆️ ⬇️ ?
Understood, no worries. What I'll do then is add the "boiler plate" code so that is complete while it's still fresh in my mind and you can review it at...
No worries, I understand what it is to be a maintainer and thank you for doing it, this is hard as the recent xz issue reminded us. The latest back...
How did you try it? I've been running it for many month now and it works for me.
I think I've done most of it, except seeking which is really an order of magnitude more difficult. But in general, need it's not an easy feature, despite what if...