Expand description
Header decoding
This module takes care of decoding of the three vorbis headers:
- Identification
- Comment
- Setup
It builds only on the internal bitpacking layer and the internal huffman tree handling mod. Everything else about the headers is decoded in this mod.
Structs§
- Representation of the comment header
- Representation for the identification header
Enums§
- Errors that can occur during Header decoding
Functions§
- Reading the Comment header
- Reading the Identification header
- Reading the setup header.
Type Aliases§
- The set of the three Vorbis headers