bytes_reader library

Classes

BytesReader
Utility class to incrementally read through a series of bytes, interpreting byte combinations as little endian ints and floats etc. Every read operation moves the read head forward by the corresponding number of bytes.

Typedefs

SampleReader = double Function()
Reads a sample and returns it as a double, usually in the range -1, 1.