bytes_writer library
Classes
- BytesWriter
- Utility class to construct a byte buffer by writing little endian ints and floats etc. Every write operation appends to the end of the buffer.
Typedefs
- SampleWriter = void Function(double)
-
Writes a sample, usually clamping it to the range
-1, 1
.