[svn-commits] russell: branch 1.6.0 r132389 - in /branches/1.6.0: ./ apps/ codecs/

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


Author: russell
Date: Mon Jul 21 08:52:04 2008
New Revision: 132389

URL: http://svn.digium.com/view/asterisk?view=rev&rev=132389
Log:
Merged revisions 132388 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r132388 | russell | 2008-07-21 08:51:05 -0500 (Mon, 21 Jul 2008) | 3 lines

Enable higher quality resampling, as it doesn't have a noticeable performance
impact on my machine ..

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/apps/app_jack.c
    branches/1.6.0/codecs/codec_resample.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_jack.c?view=diff&rev=132389&r1=132388&r2=132389
==============================================================================
--- branches/1.6.0/apps/app_jack.c (original)
+++ branches/1.6.0/apps/app_jack.c Mon Jul 21 08:52:04 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: branches/1.6.0/codecs/codec_resample.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/codecs/codec_resample.c?view=diff&rev=132389&r1=132388&r2=132389
==============================================================================
--- branches/1.6.0/codecs/codec_resample.c (original)
+++ branches/1.6.0/codecs/codec_resample.c Mon Jul 21 08:52:04 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