Displaying 4 results from an estimated 4 matches for "c2054".
Did you mean:
2054
2007 Mar 01
1
compiling echo cancellation
...mbol
_speex_echo_state_init. And when I include mdf.c into the source, it
generates whole bunch of errors. Any idea? thanks so much
--------------------Configuration: audio - Win32 Debug--------------------
Compiling...
mdf.c
C:\Documents and Settings\Min Qin\Desktop\speex\audio\mdf.c(156) : error
C2054: expected '(' to follow 'inline'
C:\Documents and Settings\Min Qin\Desktop\speex\audio\mdf.c(157) : error
C2085: 'filter_dc_notch16' : not in formal parameter list
C:\Documents and Settings\Min Qin\Desktop\speex\audio\mdf.c(157) : error
C2143: syntax error : missing ';...
2007 May 05
1
inline in Visual Studio 8
...ect files...
>
> Jean-Marc
>
> Oleg Kokorin a ?crit :
> > Hello All
> >
> > it seems like MS compiler don't like "inline" keyword,
> > instead it's expecting to see "__inline".
> >
> > speex\libspeex\misc.h(79) : error C2054: expected '('
> > to follow 'inline'
> >
> > Oleg
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
...e speexdec.dsw workspace, I get a dialog asking to locate the ogg_static file. I simply cancel that message, and then the project is opened in the VC++ 6.0 IDE.
Now, when I simply try to compile the program, I receive this 5 error messages.
error1. d:\speex\speex-1.1.5\libspeex\lsp.c(104) : error C2054: expected '(' to follow 'inline'
error2. d:\speex\speex-1.1.5\libspeex\lsp.c(105) : error C2085: 'spx_cos' : not in formal parameter list
error3.d:\speex\speex-1.1.5\libspeex\lsp.c(105) : error C2143: syntax error : missing ';' before '{'
error4.d:\speex\spee...
2004 Aug 06
2
What is the format of the PCM/WAV dataforspeex_encode & speex_decode?
I thought it would be more update/better/faster, any thing wrong?
In the future, would you use short, and forget about float?
If so, I use 1.1.4, I wouldn't need to change my code in the future, right?
You said, it's unstable, yes, I got compiling errors with MsVC6 and MsVC.net
And I modified it a bit to get it compiled. Should I post the errors here?
<p>-----Original Message-----