WAV Decoder and Encoder¶
Decode and encode an audio data stream from / to WAV format.
Application Examples¶
Implementation of this API is demonstrated in the following examples:
API Reference - Decoder¶
Functions¶
-
audio_element_handle_t
wav_decoder_init
(wav_decoder_cfg_t *config)¶ Create an Audio Element handle to decode incoming WAV data.
- Return
- The audio element handle
- Parameters
config
: The configuration
API Reference - Encoder¶
Functions¶
-
audio_element_handle_t
wav_encoder_init
(wav_encoder_cfg_t *config)¶ Create a handle to an Audio Element to encode incoming data using WAV format.
- Return
- The audio element handle
- Parameters
config
: The configuration