summaryrefslogtreecommitdiff
path: root/mg2ec_const.h
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-17 17:17:42 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-17 17:17:42 +0000
commit94317b45c73ae3b754c79d2fded509ee68ca23f5 (patch)
treee400d762b829005d5d8373ac65fbee433bc02422 /mg2ec_const.h
parent674b54763cf42fc3f04d821be3e063313564f8f2 (diff)
Add support for "Timed Agressive Echo Cancellation" for mg2 and kb1.
Issue 9703, patch by SoloFlyer. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2526 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'mg2ec_const.h')
-rw-r--r--mg2ec_const.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mg2ec_const.h b/mg2ec_const.h
index f2256c7..732f081 100644
--- a/mg2ec_const.h
+++ b/mg2ec_const.h
@@ -74,6 +74,12 @@
/* Backup coefficients every this number of samples */
#define BACKUP 256
+/* If defined then agressive echo cancellation will only be used for
+ * this amount of time then we will go back to normal cancelation.
+ * This is helpful if you have bad echo while training
+ */
+/* #define AGGRESSIVE_TIMELIMIT 150000 */ /* 8 = 1ms */
+
/***************************************************************/
/* The following knobs are not implemented in the current code */