From 7a70ea6d38e3a3ec9f227bfc2e7a2d510b7d44b0 Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 28 Jan 2006 22:24:13 +0000 Subject: Tweaks to do it with smaller buffers git-svn-id: http://svn.digium.com/svn/zaptel/trunk@920 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- fxotune.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fxotune.c') 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; -- cgit v1.2.3