XCORE SDK
XCORE Software Development Kit
|
ADEC configuration structure. More...
#include <adec_state.h>
Public Attributes | |
int32_t | bypass |
int32_t | force_de_cycle_trigger |
ADEC configuration structure.
This is used to provide configuration when initialising ADEC at startup. A copy of this structure is present in the ADEC state structure and available to be modified by the application for run time control of ADEC configuration.
int32_t adec_config_t::bypass |
Bypass ADEC decision making process. When set to 1, ADEC evaluates the current input frame metrics but doesn't make any delay correction or aec reset and reconfiguration requests
int32_t adec_config_t::force_de_cycle_trigger |
Force trigger a delay estimation cycle. When set to 1, ADEC bypasses the ADEC monitoring process and transitions to delay estimation mode for measuring delay offset.