From 11ed693db581f8866fd55c8454102539fd8e54cf Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 14 Aug 2008 15:51:53 +0000 Subject: More ticket #590: removed unused echo suppressor settings in pjmedia/config.h git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2214 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia/config.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h index 993ee21b..7d053f5d 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 -- cgit v1.2.3