Enable higher quality resampling, as it doesn't have a noticeable performance
[asterisk/asterisk.git] / apps / app_jack.c
index cfa99be..6613353 100644 (file)
@@ -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