Expand description
Subscribe to an encoded audio track and decode it to raw PCM.
The decode counterpart to encode, and the mirror of
moq-video’s decode module.
Entry points, high to low level:
Consumersubscribes to a track and hands back decodedFrames.Decoderdecodes packets you supply (bring your own payloads).
Config configures Consumer’s PCM output layout. The lower-level
Decoder emits the codec-native sample rate and channel count from the
catalog.