PortSIP VoIP SDK Manual for Mac  15.1
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
Functions
Audio effect functions

Functions

(void) - PortSIPSDK::enableVAD:
 Enable/disable Voice Activity Detection (VAD). More...
 
(void) - PortSIPSDK::enableAEC:
 Enable/disable AEC (Acoustic Echo Cancellation). More...
 
(void) - PortSIPSDK::enableCNG:
 Enable/disable Comfort Noise Generator (CNG). More...
 
(void) - PortSIPSDK::enableAGC:
 Enable/disable Automatic Gain Control (AGC). More...
 
(void) - PortSIPSDK::enableANS:
 Enable/disable Audio Noise Suppression (ANS). More...
 

Detailed Description

Function Documentation

§ enableVAD:()

- (void) enableVAD: (BOOL)  state

Enable/disable Voice Activity Detection (VAD).

Parameters
stateSet to true to enable VAD, or false to disable it.

§ enableAEC:()

- (void) enableAEC: (EC_MODES)  state

Enable/disable AEC (Acoustic Echo Cancellation).

Parameters
stateAEC type. It's defaulted as EC_NONE.

§ enableCNG:()

- (void) enableCNG: (BOOL)  state

Enable/disable Comfort Noise Generator (CNG).

Parameters
stateSet to true to enable CNG, or false to disable.

§ enableAGC:()

- (void) enableAGC: (AGC_MODES)  state

Enable/disable Automatic Gain Control (AGC).

Parameters
stateAGC type. It's defaulted as AGC_NONE.

§ enableANS:()

- (void) enableANS: (NS_MODES)  state

Enable/disable Audio Noise Suppression (ANS).

Parameters
stateNS type. It's defaulted as NS_NONE.