summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-07-21 13:51:05 +0000
committerRussell Bryant <russell@russellbryant.com>2008-07-21 13:51:05 +0000
commit5de127e1036bdc6c31b1fc94ed31eb1b09f964c0 (patch)
tree7cf6f27bae007f359d3cc53b61399e46c019b27f /apps
parent2fa3e85e4a28a2e5dd26168238921c8ebba67661 (diff)
Enable higher quality resampling, as it doesn't have a noticeable performance
impact on my machine .. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132388 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 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