aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 13:51:05 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 13:51:05 +0000
commitd704c1aaf678540fdf2642b9db907d17f5f82618 (patch)
tree7cf6f27bae007f359d3cc53b61399e46c019b27f /codecs
parent6bd9f4518c7ab0d296c4d366db8016338d01474e (diff)
Enable higher quality resampling, as it doesn't have a noticeable performance
impact on my machine .. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@132388 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_resample.c b/codecs/codec_resample.c
index 023b9b60d..83479047b 100644
--- a/codecs/codec_resample.c
+++ b/codecs/codec_resample.c
@@ -43,7 +43,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "slin_resample_ex.h"
-#define RESAMPLER_QUALITY 0
+#define RESAMPLER_QUALITY 1
#define OUTBUF_SIZE 8096