Expand description
Processing functionality for audio bitstreams.
-
Frame Extraction (
process::extract): Extracts access units from bitstream data using sync pattern detection. -
Parsing (
process::parse): Converts access unit data into structured representations. -
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.