Ignore:
Timestamp:
Aug 2, 2006 7:41:37 PM (18 years ago)
Author:
bennylp
Message:

Fix compilation error in MacOS because of recent changes in config.h, also disable AEC by default in pjsua-lib, and added ec-tail option in pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r642 r643  
    21322132     * Echo canceller tail length, in miliseconds. 
    21332133     * 
    2134      * Default: 256 
     2134     * Default: 0 (disabled, for now) 
    21352135     */ 
    21362136    unsigned            ec_tail_len; 
     
    21532153    cfg->quality = 6; 
    21542154    cfg->ilbc_mode = 20; 
    2155     cfg->ec_tail_len = 256; 
     2155    cfg->ec_tail_len = 0; 
    21562156} 
    21572157 
Note: See TracChangeset for help on using the changeset viewer.