projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enable higher quality resampling, as it doesn't have a noticeable performance
[asterisk/asterisk.git]
/
apps
/
app_jack.c
diff --git
a/apps/app_jack.c
b/apps/app_jack.c
index
cfa99be
..
6613353
100644
(file)
--- 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"
#include "asterisk/pbx.h"
#include "asterisk/audiohook.h"
-#define RESAMPLE_QUALITY 0
+#define RESAMPLE_QUALITY 1
#define RINGBUFFER_SIZE 16384
#define RINGBUFFER_SIZE 16384