Asterisk - The Open Source Telephony Project GIT-master-7921072
Data Fields
ast_bridge_tech_optimizations Struct Reference

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
 

Detailed Description

Structure specific to bridge technologies capable of performing talking optimizations.

Definition at line 48 of file bridge_technology.h.

Field Documentation

◆ drop_silence

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 softmix_bridge_write_voice().

◆ silence_threshold

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 softmix_bridge_write_voice().

◆ talking_threshold

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 set_softmix_bridge_data().


The documentation for this struct was generated from the following file: