]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 30 Jan 2018 21:00:32 +0000 (15:00 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 31 Jan 2018 19:11:55 +0000 (13:11 -0600)
commit4a337b1a7612d27e85af2171db9b4b98c7de342a
tree4dc3a4cbec9e272ad600cc62f58cc82b8e3b3f3e
parent2c4dde0ed06e6e853cac5459cd58e780231d384c
app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.

The dsp_talking_threshold does not represent time in milliseconds.  It
represents the average magnitude per sample in the audio packets.  This is
what the DSP uses to determine if a packet is silence or talking/noise.

Change-Id: If6f939c100eb92a5ac6c21236559018eeaf58443
apps/confbridge/conf_config_parser.c
apps/confbridge/include/confbridge.h
bridges/bridge_softmix.c
configs/samples/confbridge.conf.sample
include/asterisk/bridge_technology.h
include/asterisk/dsp.h
main/dsp.c