Relax silence threshold for ConfBridge
After some more testing with the -infra team, it was found these changes seem to provide ths best experience within a ConfBridge. Change-Id: Ibfaa8ede94134e10a699f19913e682e9b042a5ce Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
This commit is contained in:
parent
90ab8cd5ac
commit
81f716cac8
@ -75,7 +75,7 @@ dsp_drop_silence=yes ; This option drops what Asterisk detects as silence from
|
|||||||
;
|
;
|
||||||
; By default this value is 160 ms. Valid values are 1 through 2^31
|
; By default this value is 160 ms. Valid values are 1 through 2^31
|
||||||
|
|
||||||
;dsp_silence_threshold=2000 ; The time in milliseconds of sound falling within the what
|
dsp_silence_threshold=1000 ; The time in milliseconds of sound falling within the what
|
||||||
; the dsp has established as baseline silence before a user
|
; the dsp has established as baseline silence before a user
|
||||||
; is considered be silent. This value affects several
|
; is considered be silent. This value affects several
|
||||||
; operations and should not be changed unless the impact
|
; operations and should not be changed unless the impact
|
||||||
@ -107,7 +107,7 @@ dsp_drop_silence=yes ; This option drops what Asterisk detects as silence from
|
|||||||
; begins and ends talking should be sent out as events over AMI.
|
; begins and ends talking should be sent out as events over AMI.
|
||||||
; By default this option is off.
|
; By default this option is off.
|
||||||
|
|
||||||
;denoise=yes ; Sets whether or not a denoise filter should be applied
|
denoise=yes ; Sets whether or not a denoise filter should be applied
|
||||||
; to the audio before mixing or not. Off by default. Requires
|
; to the audio before mixing or not. Off by default. Requires
|
||||||
; codec_speex to be built and installed. Do not confuse this option
|
; codec_speex to be built and installed. Do not confuse this option
|
||||||
; with drop_silence. Denoise is useful if there is a lot of background
|
; with drop_silence. Denoise is useful if there is a lot of background
|
||||||
|
Loading…
Reference in New Issue
Block a user