summaryrefslogtreecommitdiff
path: root/mg2ec_const.h
diff options
context:
space:
mode:
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 */