#include "fir.h"
Go to the source code of this file.
Classes | |
struct | echo_can_state_t |
Enumerations | |
enum | { ECHO_CAN_USE_ADAPTION = 0x01, ECHO_CAN_USE_NLP = 0x02, ECHO_CAN_USE_CNG = 0x04, ECHO_CAN_USE_CLIP = 0x08, ECHO_CAN_USE_SUPPRESSOR = 0x10, ECHO_CAN_USE_TX_HPF = 0x20, ECHO_CAN_USE_RX_HPF = 0x40, ECHO_CAN_DISABLE = 0x80 } |
Functions | |
SPAN_DECLARE (echo_can_state_t *) echo_can_init(int len | |
SPAN_DECLARE (int) echo_can_release(echo_can_state_t *ec) | |
Find the scaling factor needed to achieve a specified level in dBm0. | |
SPAN_DECLARE (void) echo_can_flush(echo_can_state_t *ec) | |
Request generation of an ADSI alert tone. | |
Variables | |
int | adaption_mode |
int16_t | tx |
int16_t int16_t | rx |
|
Request generation of an ADSI alert tone. Log the list of supported modulations.
|
|
Find the scaling factor needed to achieve a specified level in dBm0. Compress a block of octets.
|
|
Create a voice echo canceller context.
|