Module wma

Module wma 

Source
Expand description

Windows Media Audio (WMA v1/v2) decoder.

Scope:

  • WMAv1 (format tag 0x0160)
  • WMAv2 (format tag 0x0161)

Modules§

bitstream
Bitstream reader.
common
Common helpers shared by WMA variants.
mdct
MDCT/IMDCT implementation.
tables
Auto-generated upstream tables used by the WMA decoder.
vlc
VLC (Huffman) table builder and decoder.

Structs§

PcmFrameF32
A decoded PCM chunk.
WmaDecoder
Direct translation of upstream WMACodecContext for WMAv1/2.