aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 13:52:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-21 13:52:04 +0000
commit3721fc1b6fd4138afcf5377f4e19997bd3186c76 (patch)
tree9ceb834c5d54a3d7217a2a58d6ce234d72071336 /apps
parentd8dca33dc3f9e3e09ec047a083c467ce12dca266 (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_jack.c2
1 files changed, 1 insertions, 1 deletions
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