From 3721fc1b6fd4138afcf5377f4e19997bd3186c76 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 21 Jul 2008 13:52:04 +0000 Subject: Merged revisions 132388 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r132388 | russell | 2008-07-21 08:51:05 -0500 (Mon, 21 Jul 2008) | 3 lines 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/branches/1.6.0@132389 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_jack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_jack.c b/apps/app_jack.c index 8faecd1f2..6eef3598f 100644 --- a/apps/app_jack.c +++ b/apps/app_jack.c @@ -53,7 +53,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/pbx.h" #include "asterisk/audiohook.h" -#define RESAMPLE_QUALITY 0 +#define RESAMPLE_QUALITY 1 #define RINGBUFFER_SIZE 16384 -- cgit v1.2.3