[Asterisk-cvs] asterisk/channels chan_vpb.c,1.30,1.31
bkramer at lists.digium.com
bkramer at lists.digium.com
Wed Jul 14 21:38:12 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory localhost.localdomain:/tmp/cvs-serv1669
Modified Files:
chan_vpb.c
Log Message:
/ changed samples from 240 to 160 as per all other drivers
Index: chan_vpb.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_vpb.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- chan_vpb.c 14 Jul 2004 21:55:01 -0000 1.30
+++ chan_vpb.c 15 Jul 2004 01:24:15 -0000 1.31
@@ -39,7 +39,7 @@
#define DEFAULT_GAIN 0
#define DEFAULT_ECHO_CANCEL 1
-#define VPB_SAMPLES 240
+#define VPB_SAMPLES 160
#define VPB_MAX_BUF VPB_SAMPLES*4 + AST_FRIENDLY_OFFSET
#define VPB_NULL_EVENT 200
More information about the svn-commits
mailing list