[svn-commits] russell: trunk r132388 - in /trunk: apps/app_jack.c codecs/codec_resample.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 21 08:51:06 CDT 2008


Author: russell
Date: Mon Jul 21 08:51:05 2008
New Revision: 132388

URL: http://svn.digium.com/view/asterisk?view=rev&rev=132388
Log:
Enable higher quality resampling, as it doesn't have a noticeable performance
impact on my machine ..

Modified:
    trunk/apps/app_jack.c
    trunk/codecs/codec_resample.c

Modified: trunk/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_jack.c?view=diff&rev=132388&r1=132387&r2=132388
==============================================================================
--- trunk/apps/app_jack.c (original)
+++ trunk/apps/app_jack.c Mon Jul 21 08:51:05 2008
@@ -53,7 +53,7 @@
 #include "asterisk/pbx.h"
 #include "asterisk/audiohook.h"
 
-#define RESAMPLE_QUALITY 0
+#define RESAMPLE_QUALITY 1
 
 #define RINGBUFFER_SIZE 16384
 

Modified: trunk/codecs/codec_resample.c
URL: http://svn.digium.com/view/asterisk/trunk/codecs/codec_resample.c?view=diff&rev=132388&r1=132387&r2=132388
==============================================================================
--- trunk/codecs/codec_resample.c (original)
+++ trunk/codecs/codec_resample.c Mon Jul 21 08:51:05 2008
@@ -43,7 +43,7 @@
 
 #include "slin_resample_ex.h"
 
-#define RESAMPLER_QUALITY 0
+#define RESAMPLER_QUALITY 1
 
 #define OUTBUF_SIZE   8096
 




More information about the svn-commits mailing list