52 #include "drv_audio_config.h" 58 uint8_t data[CONFIG_AUDIO_FRAME_SIZE_BYTES];
Compressed audio frame representation.
Definition: drv_mic.h:56
uint32_t drv_mic_start(void)
Function for starting the microphone driver.
uint32_t drv_mic_stop(void)
Function for stopping the microphone driver.
uint32_t(* drv_mic_data_handler_t)(m_audio_frame_t *p_frame)
Microphone driver data handler callback type.
Definition: drv_mic.h:64
uint32_t drv_mic_init(drv_mic_data_handler_t data_handler)
Function for initializing the microphone driver.