search for: _speex_echo_state_init

Displaying 3 results from an estimated 3 matches for "_speex_echo_state_init".

Did you mean: speex_echo_state_init
2005 Oct 27
1
Linker error in Code for Echo canceller of Speex 1.1.10
hi all, i want to use the echo canceller feature of Speex 1.1.10. For that i hav added speex_echo.h in my code.and have called the function. till compilation everything is fine but on linking it is giving me uresolved symbol error ... speexenc.obj : error LNK2001: unresolved external symbol _speex_echo_state_init Debug/speexenc.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Can someone help me out. Is something else to be done for this ... It is urgent ... Thanks 4 the help, Sonpoopre --------------------------------- Yahoo! India Matrimony: Find your partner now. ------...
2007 Mar 01
1
compiling echo cancellation
dear all I got this error when I try to use libspeex in visual studio. when I include speex/speex_echo.h, it complains about unresolved external symbol _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 '('...
2007 May 09
1
Windows Libraries and echo cancellor support
...eleases/speex/libspeex-win32-v1.2beta1.zip when i tried compiling my app with these, it failed with the following warnings: Linking... LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library hf3.obj : error LNK2001: unresolved external symbol _speex_echo_state_init ltpstack5.obj : error LNK2001: unresolved external symbol _speex_decode_int ltpstack5.obj : error LNK2001: unresolved external symbol _speex_encode_int Debug/hfdialer.exe : fatal error LNK1120: 3 unresolved externals I guess that the 1.2beta windows project files and the binaries are broken someho...