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/pjmedia/include/pjmedia/sound_port.h

    r653 r658  
    198198 *                          miliseconds. If zero is specified, the EC would 
    199199 *                          be disabled. 
     200 * @param options           The options to be passed to #pjmedia_echo_create(). 
    200201 * 
    201202 * @return                  PJ_SUCCESS on success. 
    202203 */ 
    203 PJ_DECL(pj_status_t) pjmedia_snd_port_set_ec_tail(pjmedia_snd_port *snd_port, 
    204                                                   pj_pool_t *pool, 
    205                                                   unsigned tail_ms); 
     204PJ_DECL(pj_status_t) pjmedia_snd_port_set_ec( pjmedia_snd_port *snd_port, 
     205                                              pj_pool_t *pool, 
     206                                              unsigned tail_ms, 
     207                                              unsigned options); 
    206208 
    207209 
Note: See TracChangeset for help on using the changeset viewer.