Hello Ilia,<br><br>The FLAC format by nature is not a byte stream, it&#39;s a bit stream. Therefore, in order to parse it you need too build a bit-reading infrastructure. Eg. a class that accepts a byte stream, implements buffering, etc, etc, and supports reading a specified number of bits, not bytes as you are used to. There is quite a lot of bit logic there, but nothing too scary.<br>
<br>Best Regards,<br>Ivailo Karamanolev<br>