Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms to 200 ms since we now have much better sound latency

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1513 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-10-21 09:41:24 +00:00
parent 741cfb4777
commit 427439c49d
1 changed files with 1 additions and 1 deletions

View File

@ -3471,7 +3471,7 @@ PJ_DECL(pj_status_t) pjsua_im_typing(pjsua_acc_id acc_id,
* The default echo canceller tail length.
*/
#ifndef PJSUA_DEFAULT_EC_TAIL_LEN
# define PJSUA_DEFAULT_EC_TAIL_LEN 800
# define PJSUA_DEFAULT_EC_TAIL_LEN 200
#endif