[zaptel-commits] trunk r920 - /trunk/fxotune.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Tue Jan 31 14:17:57 MST 2006
Author: mattf
Date: Sat Jan 28 16:24:13 2006
New Revision: 920
URL: http://svn.digium.com/view/zaptel?rev=920&view=rev
Log:
Tweaks to do it with smaller buffers
Modified:
trunk/fxotune.c
Modified: trunk/fxotune.c
URL: http://svn.digium.com/view/zaptel/trunk/fxotune.c?rev=920&r1=919&r2=920&view=diff
==============================================================================
--- trunk/fxotune.c (original)
+++ trunk/fxotune.c Sat Jan 28 16:24:13 2006
@@ -30,9 +30,9 @@
#include "wctdm.h"
#include "fxotune.h"
-#define TEST_DURATION 4000 /* 4000 samples (or 500 ms) of test */
-#define BUFFER_LENGTH 8000 /* 4000 sample buffers */
-#define SKIP_BYTES 1600
+#define TEST_DURATION 2000 /* 4000 samples (or 500 ms) of test */
+#define BUFFER_LENGTH 4000 /* 4000 sample buffers */
+#define SKIP_BYTES 800
static const float loudness = 16384.0;
More information about the zaptel-commits
mailing list