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/silencedet.h

    r655 r658  
    4444typedef struct pjmedia_silence_det pjmedia_silence_det; 
    4545 
    46  
    47 /** 
    48  * Suggested or default threshold to be set for fixed silence detection 
    49  * or as starting threshold for adaptive silence detection. The threshold 
    50  * has the range from zero to 255. 
    51  */ 
    52 #define PJMEDIA_SILENCE_DET_THRESHOLD   4 
    5346 
    5447 
Note: See TracChangeset for help on using the changeset viewer.