Ignore:
Timestamp:
Dec 26, 2006 9:56:38 PM (17 years ago)
Author:
bennylp
Message:

Implement ticket #53: Disable silence detector during the first few seconds of RTP transmission to assist NAT traversal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r838 r868  
    173173 
    174174/** 
     175 * Specify how long (in miliseconds) the stream should suspend the 
     176 * silence detector/voice activity detector (VAD) during the initial 
     177 * period of the session. 
     178 * 
     179 * Specify zero to disable this feature. 
     180 * 
     181 * Default: 600 msec 
     182 */ 
     183#ifndef PJMEDIA_STREAM_VAD_SUSPEND_MSEC 
     184#   define PJMEDIA_STREAM_VAD_SUSPEND_MSEC      600 
     185#endif 
     186 
     187 
     188/** 
    175189 * Suggested or default threshold to be set for fixed silence detection 
    176190 * or as starting threshold for adaptive silence detection. The threshold 
Note: See TracChangeset for help on using the changeset viewer.