From 44147470e551edee9f30981e22de511913ac747a Mon Sep 17 00:00:00 2001 From: russell Date: Sun, 2 Nov 2008 02:50:33 +0000 Subject: Fix various spelling and grammatical issues in documentation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@153468 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_speex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'funcs/func_speex.c') diff --git a/funcs/func_speex.c b/funcs/func_speex.c index 6858cf7a3..a3a5345ed 100644 --- a/funcs/func_speex.c +++ b/funcs/func_speex.c @@ -60,12 +60,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") The AGC function will apply automatic gain control to the audio on the - channel that it is executed on. Using rx for audio recieved + channel that it is executed on. Using rx for audio received and tx for audio transmitted to the channel. When using this - function you set a target audio level. It is primarly intended for use with + function you set a target audio level. It is primarily intended for use with analog lines, but could be useful for other channels as well. The target volume is set with a number between 1-32768. The larger the number - the louder (more gain) the channel will recieve. + the louder (more gain) the channel will receive. Examples: exten => 1,1,Set(AGC(rx)=8000) exten => 1,2,Set(AGC(tx)=off) -- cgit v1.2.3