[xiph-commits] r10660 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Mon Dec 19 21:29:39 PST 2005
Author: jm
Date: 2005-12-19 21:29:37 -0800 (Mon, 19 Dec 2005)
New Revision: 10660
Modified:
trunk/speex/libspeex/vorbis_psy.c
Log:
more vorbis_psy tuning
Modified: trunk/speex/libspeex/vorbis_psy.c
===================================================================
--- trunk/speex/libspeex/vorbis_psy.c 2005-12-20 04:47:37 UTC (rev 10659)
+++ trunk/speex/libspeex/vorbis_psy.c 2005-12-20 05:29:37 UTC (rev 10660)
@@ -48,8 +48,8 @@
static VorbisPsyInfo example_tuning = {
- 1.,1.,
- 3,3,15,
+ .5,.5,
+ 3,3,25,
/*63 125 250 500 1k 2k 4k 8k 16k*/
// vorbis mode 4 style
@@ -402,7 +402,7 @@
/* derive a noise curve */
_vp_noisemask(psy,work,curve);
-#define SIDE 10
+#define SIDE 12
for (i=0;i<SIDE;i++)
{
curve[i]=curve[SIDE];
More information about the commits
mailing list