Module lewton::header

source ·
Expand description

Header decoding

This module takes care of decoding of the three vorbis headers:

  1. Identification
  2. Comment
  3. 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 Definitions

The set of the three Vorbis headers