diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h index 993ee21b1..7d053f5d1 100644 --- a/pjmedia/include/pjmedia/config.h +++ b/pjmedia/include/pjmedia/config.h @@ -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