OGG Decoder¶
Decode an audio data stream provided in OGG format.
API Reference¶
Header File¶
Functions¶
- 
audio_element_handle_t 
ogg_decoder_init(ogg_decoder_cfg_t *config)¶ Create an Audio Element handle to decode incoming OGG data.
- Return
 The audio element handle
- Parameters
 config: The configuration
Structures¶
- 
struct 
ogg_decoder_cfg_t¶ OGG Decoder configuration.
Macros¶
- 
OGG_DECODER_TASK_STACK_SIZE¶ 
- 
OGG_DECODER_TASK_CORE¶ 
- 
OGG_DECODER_TASK_PRIO¶ 
- 
OGG_DECODER_RINGBUFFER_SIZE¶ 
- 
DEFAULT_OGG_DECODER_CONFIG()¶