Ignore:
Timestamp:
Aug 7, 2006 10:24:52 AM (18 years ago)
Author:
bennylp
Message:

Change set_ec_tail() API to set_ec() in sound port, also change suppressor to reduce mic signal by division rather than zeroing the signal. Also moved out VAD and EC settings to config.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp

    r656 r658  
    3939}; 
    4040 
    41 #define DEFAULT_URI     "sip:192.168.0.66" 
     41#define DEFAULT_URI     "sip:192.168.0.7" 
    4242 
    4343 
     
    285285    /* Setup media */ 
    286286    media_cfg.clock_rate = 8000; 
    287     //media_cfg.ec_tail_len = ; 
     287    media_cfg.ec_options = PJMEDIA_ECHO_SIMPLE; 
    288288    media_cfg.quality = 1; 
    289289    media_cfg.ptime = 20; 
Note: See TracChangeset for help on using the changeset viewer.