OPUS Decoder¶
Decode an audio data stream provided in OPUS format.
API Reference¶
Header File¶
Functions¶
-
audio_element_handle_t
decoder_opus_init(opus_decoder_cfg_t *config)¶ Create an Audio Element handle to decode incoming OPUS data.
- Return
The audio element handle
- Parameters
config: The configuration
Structures¶
-
struct
opus_decoder_cfg_t¶ OPUS Decoder configuration.
Macros¶
-
OPUS_DECODER_TASK_STACK_SIZE¶
-
OPUS_DECODER_TASK_CORE¶
-
OPUS_DECODER_TASK_PRIO¶
-
OPUS_DECODER_RINGBUFFER_SIZE¶
-
DEFAULT_OPUS_DECODER_CONFIG()¶