summaryrefslogtreecommitdiff
path: root/mec2_const.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-08 00:19:49 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-08 00:19:49 +0000
commiteacd4af0a4ff2a7163a07f428037044007c6ab7a (patch)
tree3bb78938db20b34fef905435334fcfd454bacfea /mec2_const.h
parent0f9a1d5d56ecdce6c0a79c09fb3290040fe9a488 (diff)
Add aggressive suppressor timelimit (Bug #4823)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@757 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'mec2_const.h')
-rwxr-xr-xmec2_const.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mec2_const.h b/mec2_const.h
index 9c897f4..4c7e8c9 100755
--- a/mec2_const.h
+++ b/mec2_const.h
@@ -21,5 +21,8 @@
#define RES_SUPR_FACTOR -20
#define AGGRESSIVE_HCNTR 160 /* 20ms */
+/* Only use agressive echo cancellation for this amount of time then go back to normal cancelation */
+/* #define AGGRESSIVE_TIMELIMIT 150000 */ /* 8 = 1ms */
+
#endif /* _MEC2_CONST_H */