Hi,
does libsndfile ever clear the error flag on a file? E.g. if there is
a decoding error in a FLAC, and I sf_seek() back to the beginning,
will sf_read_() work "normally" again?
Or, if a premature EOF is reached, will seeking back somewhere in the
file allow playback to resume? libsndfile claims to support
simultaneous reading and writing...
-- Dan