mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Fix typo in confbridge.conf.sample
The denoise filter requires func_speex, not codec_speex. Fix this in the description of the denoise=yes option in confbridge.conf. ........ Merged revisions 398820 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 398821 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398822 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -109,7 +109,7 @@ type=user
|
|||||||
|
|
||||||
;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
|
; func_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
|
||||||
; noise for a user as it attempts to remove the noise while preserving
|
; noise for a user as it attempts to remove the noise while preserving
|
||||||
; the speech. This option does NOT remove silence from being mixed into
|
; the speech. This option does NOT remove silence from being mixed into
|
||||||
|
|||||||
Reference in New Issue
Block a user