search for: libspeex_dynam

Displaying 4 results from an estimated 4 matches for "libspeex_dynam".

Did you mean: libspeex_dynamic
2005 Oct 12
2
help using libspeex in win32
Hi all, i'm going to try to create an app using libspeex (Speex 1.1.10) and Visual Studio and just have a few questions. First, what's the difference between libspeex and libspeex_dynamic? Do I need to include both projects in my new workspace? Next, how do I enable fixed_point using libspeex? Am I correct in assuming that an ARM processor would be able to record speech as speex files in real-time with fixed_point enabled? (I think I read this in a forum somewhere...) Finally, f...
2006 Oct 12
1
using speex in C#
You could compile Speex as a DLL (see libspeex_dynamic.dsp) and use PInvoke. http://en.wikipedia.org/wiki/PInvoke Note that Speex will still be executing as unmanaged code and your program will have the added dependency of the native Speex DLL. It appears that someone created a "Speex.NET" based on JSpeex, but I didn't find any usef...
2005 Aug 11
1
About sampleenc and sampledec in appendix B
...amp;nbsp&nbsp<td valign=top style='padding:8pt;'><font size=2>Hi! I excuted "sampleenc male.wav | sampledec male1.wav"(follow sample), but its result (male1.wav) is like durt. How to certify this file? winxp, VC++ 6.0 My step is as below: -I built libspeex.dll with libspeex_dynamic.dsp(speex-1.1.10) -I built sampleenc, but error(sampleenc.obj : error LNK2001: unresolved external symbol _speex_nb_mode) happened (i set Project/settings/C/C++ and link in VC++) -I changed like below state = speex_encoder_init(&speex_nb_mode); -> const SpeexMode * mode; mode = speex_lib_g...
2005 Aug 10
0
About sampleenc and sampledec in appendix B
...mpleenc male.wav | sampledec male1.wav"(follow sample), but its result (male1.wav) is like durt. How to certify this file?</P> <P>winxp, VC++ 6.0</P> <P>&nbsp;</P> <P>&nbsp;</P> <P>My step is as below:<BR> -I built libspeex.dll with libspeex_dynamic.dsp(speex-1.1.10)</P> <P>&nbsp;</P> <P>-I built sampleenc, but error(sampleenc.obj : error LNK2001: unresolved external symbol _speex_nb_mode) happened<BR> (i set Project/settings/C/C++ and link in VC++)<BR> &nbsp;&nbsp;&nbsp;&nbsp; &nbs...