Displaying 1 result from an estimated 1 matches for "painass".
Did you mean:
paginas
2010 Jun 22
0
FLAC StreamInfo Parsing
...n reverse order (windows uses
little endian by default) and finnaly aply left shift by 4.
To parse number of channels I take last byte, apply right shift by 1
then make "AND" by 7dec.
But how can I parse BitsPerSample and Total sample count? They lay in
separate bytes... It's a real painass.