Skip to main content

Module codec

Module codec 

Source
Available on crate feature audio only.
Expand description

Audio codec conversion between PCM16 internal format and external formats.

Enums§

AudioFormat
Supported audio formats for encode/decode at transport edges.

Functions§

decode
Decode encoded bytes into a PCM16 AudioFrame.
encode
Encode an AudioFrame to the target format.