Skip to main content

Module process

Module process 

Source
Expand description

Processing functionality for audio bitstreams.

  1. Frame Extraction (process::extract): Extracts access units from bitstream data using sync pattern detection.

  2. Parsing (process::parse): Converts access unit data into structured representations.

  3. Decoding (process::decode): Audio decoding using MLP algorithm.

Modules§

decode
Audio decoding to PCM samples.
extract
Frame extraction from audio bitstreams.
parse
Frame parsing into structured access units.

Structs§

PresentationMap

Enums§

PresentationType

Constants§

EXAMPLE_DATA
MAX_PRESENTATIONS