package
module
Version:
v0.0.0-...-6dd1195
Opens a new window with list of versions in this module.
Published: Apr 2, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
README
¶
Chunk
The Chunk package is a tiny little package that is there to represent for all
the chunks living in all those audio files around the world.
It doesn't do much and most people don't know about it but it's key to all those
sounds you get to hopefully enjoy on a regular bases.
Documentation
¶
Reader is a struct representing a data chunk. Its reader is shared with the
container but convenience methods are provided.
Done makes sure the entire Reader was read.
IsFullyRead checks if we're finished reading the Reader
Jump jumps ahead in the Reader
Read implements the reader interface
ReadBE reads the Big Endian Reader data into the passed struct
ReadByte reads and returns a single byte
ReadLE reads the Little Endian Reader data into the passed struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.