Ignore:
Timestamp:
Aug 14, 2008 2:47:07 PM (16 years ago)
Author:
bennylp
Message:

Increase codec's maximum silence duration (PJMEDIA_CODEC_MAX_SILENCE_PERIOD) from 500ms to 5 seconds since it may produce ticks noise which can be quite annoying

File:
1 edited

Legend:

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

    r2182 r2213  
    411411 * Use (-1) to disable this feature. 
    412412 * 
    413  * Default: 500 ms 
     413 * Default: 5000 ms 
    414414 * 
    415415 */ 
    416416#ifndef PJMEDIA_CODEC_MAX_SILENCE_PERIOD 
    417 #   define PJMEDIA_CODEC_MAX_SILENCE_PERIOD     500 
     417#   define PJMEDIA_CODEC_MAX_SILENCE_PERIOD     5000 
    418418#endif 
    419419 
Note: See TracChangeset for help on using the changeset viewer.