summaryrefslogtreecommitdiff
path: root/include/asterisk/bridge_technology.h
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-02-01 11:36:00 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-02-01 11:36:00 -0600
commitf041bc7863833c2d6b90b585694132171bc27aa2 (patch)
tree79be6672c132450deb1e341d5c36a4b17ddb5293 /include/asterisk/bridge_technology.h
parentb1484537084ed560df14b8c0bb563948411fcbbb (diff)
parentb9024197abb490ea2cada4046446023c2179542e (diff)
Merge "app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs."
Diffstat (limited to 'include/asterisk/bridge_technology.h')
-rw-r--r--include/asterisk/bridge_technology.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/asterisk/bridge_technology.h b/include/asterisk/bridge_technology.h
index eaea28de5..12fd49917 100644
--- a/include/asterisk/bridge_technology.h
+++ b/include/asterisk/bridge_technology.h
@@ -46,11 +46,9 @@ enum ast_bridge_preference {
* performing talking optimizations.
*/
struct ast_bridge_tech_optimizations {
- /*! The amount of time in ms that talking must be detected before
- * the dsp determines that talking has occurred */
+ /*! Minimum average magnitude threshold to determine talking by the DSP. */
unsigned int talking_threshold;
- /*! The amount of time in ms that silence must be detected before
- * the dsp determines that talking has stopped */
+ /*! Time in ms of silence necessary to declare talking stopped by the bridge. */
unsigned int silence_threshold;
/*! Whether or not the bridging technology should drop audio
* detected as silence from the mix. */