From 9db694a1a84aae1da84ba10cb74b3262f4b3839b Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 28 Jul 2009 18:50:33 +0000 Subject: [PATCH] set default resample quality to 2 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14400 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_resample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_resample.h b/src/include/switch_resample.h index 41a666dd9a..f19ff9893a 100644 --- a/src/include/switch_resample.h +++ b/src/include/switch_resample.h @@ -42,7 +42,7 @@ #ifndef SWITCH_RESAMPLE_H #define SWITCH_RESAMPLE_H -#define SWITCH_RESAMPLE_QUALITY 0 +#define SWITCH_RESAMPLE_QUALITY 2 #include SWITCH_BEGIN_EXTERN_C /*!