AacRawCodec type

Settings for an AAC raw bitstream codec (no ADTS/LATM encapsulation)

Signature:

export type AacRawCodec = {
    type: "aac_raw";
    sampleRate: SampleRate;
    channelLayout: AacChannelLayout;
};