Displaying 4 results from an estimated 4 matches for "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, for...
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 useful...
2005 Aug 11
1
About sampleenc and sampledec in appendix B
...amp;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_get...
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> </P>
<P> </P>
<P>My step is as below:<BR>
-I built libspeex.dll with libspeex_dynamic.dsp(speex-1.1.10)</P>
<P> </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>
...