30#if !defined(_SPANDSP_ECHO_H_) 
   31#define _SPANDSP_ECHO_H_ 
  120    ECHO_CAN_USE_ADAPTION = 0x01,
 
  121    ECHO_CAN_USE_NLP = 0x02,
 
  122    ECHO_CAN_USE_CNG = 0x04,
 
  123    ECHO_CAN_USE_CLIP = 0x08,
 
  124    ECHO_CAN_USE_SUPPRESSOR = 0x10,
 
  125    ECHO_CAN_USE_TX_HPF = 0x20,
 
  126    ECHO_CAN_USE_RX_HPF = 0x40,
 
  127    ECHO_CAN_DISABLE = 0x80
 
  136#if defined(__cplusplus) 
  187#if defined(__cplusplus) 
void echo_can_flush(echo_can_state_t *ec)
Definition echo.c:311
int echo_can_release(echo_can_state_t *ec)
Definition echo.c:286
int16_t echo_can_hpf_tx(echo_can_state_t *ec, int16_t tx)
Definition echo.c:614
void echo_can_adaption_mode(echo_can_state_t *ec, int adaption_mode)
Definition echo.c:305
int16_t echo_can_update(echo_can_state_t *ec, int16_t tx, int16_t rx)
Definition echo.c:399
int echo_can_free(echo_can_state_t *ec)
Definition echo.c:292
echo_can_state_t * echo_can_init(int len, int adaption_mode)
Definition echo.c:241
Definition private/echo.h:38