[flac-dev] FLAC__stream_decoder_seek_absolute calling write callback

2016-01-13 Thread Tamás Zahola
Hello, The API documentation [1] `FLAC__stream_decoder_seek_absolute` says: "Flush the input and seek to an absolute sample. Decoding will resume at the given sample. Note that because of this, the next write callback may contain a partial block." I expected that subsequent `process_single` call

Re: [flac-dev] FLAC__stream_decoder_seek_absolute calling write callback

2016-01-19 Thread Tamás Zahola
> Hi, > Sorry for the tardy response to this. I've now read your email a number of > times and I'm still not sure what needs to be done. > Maybe it would help if you could explain the following: > * What is actually happening. > * What you expect to happen and how that differs from what is happenin