Ignore:
Timestamp:
Nov 27, 2017 3:29:07 AM (6 years ago)
Author:
ming
Message:

Fixed #2068: Add compile time option to enable/disable simple AGC in conference

File:
1 edited

Legend:

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

    r5643 r5702  
    7373#ifndef PJMEDIA_CONF_SWITCH_BOARD_BUF_SIZE 
    7474#   define PJMEDIA_CONF_SWITCH_BOARD_BUF_SIZE    PJMEDIA_MAX_MTU 
     75#endif 
     76 
     77/** 
     78 * Specify whether the conference bridge uses AGC, an automatic adjustment to 
     79 * avoid dramatic change in the signal level which can cause noise. 
     80 * 
     81 * Default: 1 (enabled) 
     82 */ 
     83#ifndef PJMEDIA_CONF_USE_AGC 
     84#   define PJMEDIA_CONF_USE_AGC             1 
    7585#endif 
    7686 
Note: See TracChangeset for help on using the changeset viewer.