From eacd4af0a4ff2a7163a07f428037044007c6ab7a Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 8 Sep 2005 00:19:49 +0000 Subject: Add aggressive suppressor timelimit (Bug #4823) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@757 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- mec2_const.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mec2_const.h') 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 */ -- cgit v1.2.3