summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-28 22:24:13 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-01-28 22:24:13 +0000
commit7a70ea6d38e3a3ec9f227bfc2e7a2d510b7d44b0 (patch)
treee929c73d5473c2eed43914812d4b257b46a33b9b /fxotune.c
parent07d767ae69bb7ebe959cb2989c50c0185dc4abbb (diff)
Tweaks to do it with smaller buffers
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@920 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-rw-r--r--fxotune.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fxotune.c b/fxotune.c
index 54ebed9..18d1540 100644
--- a/fxotune.c
+++ b/fxotune.c
@@ -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;