summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-08-14 15:51:53 +0000
committerBenny Prijono <bennylp@teluu.com>2008-08-14 15:51:53 +0000
commit11ed693db581f8866fd55c8454102539fd8e54cf (patch)
tree0e99afe3424a0b9d3cbee72dc482f452cdab3161
parent32d54afe5add6835544e53114364366f4022cede (diff)
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
-rw-r--r--pjmedia/include/pjmedia/config.h21
1 files changed, 0 insertions, 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
@@ -438,27 +438,6 @@
/**
- * 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
* remote, or should it rather use the codec preference as specified by