More ticket #590: removed unused echo suppressor settings in pjmedia/config.h

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2214 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2008-08-14 15:51:53 +00:00
parent f1bb9e99be
commit cd2a158ec9
1 changed files with 0 additions and 21 deletions

View File

@ -437,27 +437,6 @@
#endif
/**
* Initial signal threshold to be applied to echo suppressor. When
* playback signal level is greater than this threshold, the microphone
* signal will be reduced or cut.
*/
#ifndef PJMEDIA_ECHO_SUPPRESS_THRESHOLD
# define PJMEDIA_ECHO_SUPPRESS_THRESHOLD PJMEDIA_SILENCE_DET_THRESHOLD
#endif
/**
* The signal reduction factor to be applied into the microphone signal
* when the mic signal needs to be reduced. Valid values are [1-16], where
* 1 will leave signal as it is (thus probably transmitting the echo) and
* 16 will effectively zero the signal.
*/
#ifndef PJMEDIA_ECHO_SUPPRESS_FACTOR
# define PJMEDIA_ECHO_SUPPRESS_FACTOR 10
#endif
/**
* This specifies the behavior of the SDP negotiator when responding to an
* offer, whether it should rather use the codec preference as set by