[Flac-dev] FLAC StreamInfo Parsing

Ivailo Karamanolev ivailo91 at gmail.com
Tue Jun 22 07:21:18 PDT 2010


Hello Ilia,

The FLAC format by nature is not a byte stream, it'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.

Best Regards,
Ivailo Karamanolev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20100622/ad5b992f/attachment.htm 


More information about the Flac-dev mailing list