[xiph-commits] r12177 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Thu Dec 7 03:11:09 PST 2006
Author: jm
Date: 2006-12-07 03:11:07 -0800 (Thu, 07 Dec 2006)
New Revision: 12177
Modified:
trunk/speex/libspeex/filterbank.c
Log:
temporary kludge to get this to compile
Modified: trunk/speex/libspeex/filterbank.c
===================================================================
--- trunk/speex/libspeex/filterbank.c 2006-12-07 00:28:40 UTC (rev 12176)
+++ trunk/speex/libspeex/filterbank.c 2006-12-07 11:11:07 UTC (rev 12177)
@@ -203,7 +203,8 @@
/* Low freq slope: 14 dB/Bark*/
/* High freq slope: 9 dB/Bark*/
/* Noise vs tone: 5 dB difference */
- float bark[NB_BANDS];
+ /* FIXME: Temporary kludge */
+ float bark[100];
int i;
/* Assumes 1/3 Bark resolution */
float decay_low = 0.34145f;
More information about the commits
mailing list