[xiph-commits] r10670 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Wed Dec 21 00:32:22 PST 2005
Author: jm
Date: 2005-12-21 00:32:19 -0800 (Wed, 21 Dec 2005)
New Revision: 10670
Modified:
trunk/speex/libspeex/testecho.c
Log:
echo residual is now an int32.
Modified: trunk/speex/libspeex/testecho.c
===================================================================
--- trunk/speex/libspeex/testecho.c 2005-12-21 01:23:01 UTC (rev 10669)
+++ trunk/speex/libspeex/testecho.c 2005-12-21 08:32:19 UTC (rev 10670)
@@ -17,7 +17,7 @@
int main(int argc, char **argv)
{
int echo_fd, ref_fd, e_fd;
- float noise[NN+1];
+ spx_int32_t noise[NN+1];
short echo_buf[NN], ref_buf[NN], e_buf[NN];
SpeexEchoState *st;
SpeexPreprocessState *den;
More information about the commits
mailing list