Changeset 2214
- Timestamp:
- Aug 14, 2008 3:51:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r2213 r2214 439 439 440 440 /** 441 * Initial signal threshold to be applied to echo suppressor. When442 * playback signal level is greater than this threshold, the microphone443 * signal will be reduced or cut.444 */445 #ifndef PJMEDIA_ECHO_SUPPRESS_THRESHOLD446 # define PJMEDIA_ECHO_SUPPRESS_THRESHOLD PJMEDIA_SILENCE_DET_THRESHOLD447 #endif448 449 450 /**451 * The signal reduction factor to be applied into the microphone signal452 * when the mic signal needs to be reduced. Valid values are [1-16], where453 * 1 will leave signal as it is (thus probably transmitting the echo) and454 * 16 will effectively zero the signal.455 */456 #ifndef PJMEDIA_ECHO_SUPPRESS_FACTOR457 # define PJMEDIA_ECHO_SUPPRESS_FACTOR 10458 #endif459 460 461 /**462 441 * This specifies the behavior of the SDP negotiator when responding to an 463 442 * offer, whether it should rather use the codec preference as set by
Note: See TracChangeset
for help on using the changeset viewer.