Structure specific to bridge technologies capable of performing talking optimizations. More...
#include <bridging.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 123 of file bridging.h.
| unsigned int drop_silence |
Whether or not the bridging technology should drop audio detected as silence from the mix.
Definition at line 132 of file bridging.h.
Referenced by softmix_bridge_write().
| unsigned int silence_threshold |
The amount of time in ms that silence must be detected before the dsp determines that talking has stopped
Definition at line 129 of file bridging.h.
Referenced by softmix_bridge_write().
| unsigned int talking_threshold |
The amount of time in ms that talking must be detected before the dsp determines that talking has occurred
Definition at line 126 of file bridging.h.
Referenced by set_softmix_bridge_data().