From: Anthony Minessale Date: Tue, 28 Jul 2009 18:50:33 +0000 (+0000) Subject: set default resample quality to 2 X-Git-Tag: v1.0.4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db694a1a84aae1da84ba10cb74b3262f4b3839b;p=thirdparty%2Ffreeswitch.git set default resample quality to 2 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14400 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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 /*!