![]() |
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 | |
(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... | |
- (void) enableVAD: | (BOOL) | state |
Enable/disable Voice Activity Detection (VAD).
state | Set to true to enable VAD, or false to disable it. |
- (void) enableAEC: | (EC_MODES) | state |
Enable/disable AEC (Acoustic Echo Cancellation).
state | AEC type. It's defaulted as EC_NONE. |
- (void) enableCNG: | (BOOL) | state |
Enable/disable Comfort Noise Generator (CNG).
state | Set to true to enable CNG, or false to disable. |
- (void) enableAGC: | (AGC_MODES) | state |
Enable/disable Automatic Gain Control (AGC).
state | AGC type. It's defaulted as AGC_NONE. |
- (void) enableANS: | (NS_MODES) | state |
Enable/disable Audio Noise Suppression (ANS).
state | NS type. It's defaulted as NS_NONE. |