Asterisk - The Open Source Telephony Project
18.5.0
|
Structure specific to bridge technologies capable of performing talking optimizations. More...
#include <bridge_technology.h>
Data Fields | |
unsigned int | drop_silence:1 |
unsigned int | silence_threshold |
unsigned int | talking_threshold |
Structure specific to bridge technologies capable of performing talking optimizations.
Definition at line 48 of file bridge_technology.h.
unsigned int drop_silence |
Whether or not the bridging technology should drop audio detected as silence from the mix.
Definition at line 55 of file bridge_technology.h.
Referenced by confbridge_exec(), and softmix_bridge_write_voice().
unsigned int silence_threshold |
Time in ms of silence necessary to declare talking stopped by the bridge.
Definition at line 52 of file bridge_technology.h.
Referenced by confbridge_exec(), and softmix_bridge_write_voice().
unsigned int talking_threshold |
Minimum average magnitude threshold to determine talking by the DSP.
Definition at line 50 of file bridge_technology.h.
Referenced by confbridge_exec(), and set_softmix_bridge_data().