FLAC Decoder
Decode an audio data stream provided in FLAC format.
API Reference
Header File
Functions
-
audio_element_handle_t flac_decoder_init(flac_decoder_cfg_t *config)
Create an Audio Element handle to decode incoming FLAC data.
- 参数
config – The configuration
- 返回
The audio element handle
Structures
-
struct flac_decoder_cfg_t
FLAC Decoder configuration.
Macros
-
FLAC_DECODER_TASK_STACK_SIZE
-
FLAC_DECODER_TASK_CORE
-
FLAC_DECODER_TASK_PRIO
-
FLAC_DECODER_RINGBUFFER_SIZE
-
DEFAULT_FLAC_DECODER_CONFIG()