From 512f41cf91a5d5719696cbf8383832cbdca5a5a2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 23 Nov 2006 07:32:13 +0000 Subject: Worked on the AEC. Apply constant delay bufferring for the AEC, and also consider sound device latency when applying EC. It sounds like working although it still doesn't perfectly cancel the echo. EC is now by default enabled in PJSUA. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@822 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/samples/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip-apps/src/samples/debug.c') diff --git a/pjsip-apps/src/samples/debug.c b/pjsip-apps/src/samples/debug.c index 13dafc0e..ea771f97 100644 --- a/pjsip-apps/src/samples/debug.c +++ b/pjsip-apps/src/samples/debug.c @@ -27,4 +27,4 @@ * E.g.: * #include "playfile.c" */ -#include "tonegen.c" +#include "aectest.c" -- cgit v1.2.3