Ignore:
Timestamp:
Aug 2, 2006 6:22:22 PM (18 years ago)
Author:
bennylp
Message:

Added experimental AEC media port (aec_port.[hc]) based on Speex AEC in pjmedia and pjsua-lib.

File:
1 edited

Legend:

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

    r637 r642  
    21292129    unsigned            rx_drop_pct; 
    21302130 
     2131    /** 
     2132     * Echo canceller tail length, in miliseconds. 
     2133     * 
     2134     * Default: 256 
     2135     */ 
     2136    unsigned            ec_tail_len; 
    21312137}; 
    21322138 
     
    21472153    cfg->quality = 6; 
    21482154    cfg->ilbc_mode = 20; 
     2155    cfg->ec_tail_len = 256; 
    21492156} 
    21502157 
Note: See TracChangeset for help on using the changeset viewer.