aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_jack.c
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 /apps/app_jack.c
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 'apps/app_jack.c')
-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 cfa99be40..661335313 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