Support raw FLAC
eshaz opened this issue · 0 comments
eshaz commented
CodecParser currently supports Ogg FLAC so most of the work is already there. Since raw FLAC does not have known frame byte lengths, a new sync method would need to be implemented that always searches through the data for the next frame.