search for: _speex_wb_mode

Displaying 6 results from an estimated 6 matches for "_speex_wb_mode".

Did you mean: speex_wb_mode
2007 Dec 12
4
Speex 1.2beta3 is out!
Hi all, I am a newbie here and just started using speex in our lab. During compiling my voice application with windows-compiled version provided today, I am getting "unresolved external symbol _speex_wb_mode". I am probably missing some setting with VS6.0 linker... (I am a bit new to windows too) If anyone could point it out, I would appreciate it. - Tim -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Jean-Marc Valin Sent: Wednesday,...
2004 Sep 13
1
problem with dynamic speex library under windows
...n32. I have used the static library for a while with no problems. When I try to compile my application with the dynamic library I get the following link error: codec_speex.obj : error LNK2001: unresolved external symbol _speex_uwb_mode codec_speex.obj : error LNK2001: unresolved external symbol _speex_wb_mode codec_speex.obj : error LNK2001: unresolved external symbol _speex_nb_mode ..\..\pd\bongo\bongo~.dll : fatal error LNK1120: 3 unresolved externals It seems as if the three default SpeexMode modes can't be found. I guess I'm doing something stupid, but I can't understand what. I'm...
2007 Dec 12
1
Speex 1.2beta3 is out!
On 12/13/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > I am a newbie here and just started using speex in our lab. > > During compiling my voice application with windows-compiled version provided > > today, I am getting "unresolved external symbol _speex_wb_mode". > > I am probably missing some setting with VS6.0 linker... (I am a bit new to > > windows too) > > If anyone could point it out, I would appreciate it. Try to use "speex_lib_get_mode(SPEEX_MODEID_WB)" call instead of using "speex_wb_mode" directly in y...
2008 Mar 25
1
link problem with VC 2008
Hi, I use the pre-compiled libs of speex, version beta3. I've got this link problem when I use the fonction speex_encoder_init(&speex_wb_mode) error LNK2001: unresolved external symbol _speex_wb_mode I made the link with the librairies libspeex.lib and libspeexdsp.lib in my properties' project. I used the dumpbin executable of VC to see the external variable defined in the libs, and it's true _speex_wb_mode doesn't exist in the libs. The variable speex_wb_mode is defined in ext...
2007 Dec 12
0
Speex 1.2beta3 is out!
...ining that and let me know if it works. Cheers, Jean-Marc Tim Na wrote: > Hi all, > > I am a newbie here and just started using speex in our lab. > During compiling my voice application with windows-compiled version provided > today, I am getting "unresolved external symbol _speex_wb_mode". > I am probably missing some setting with VS6.0 linker... (I am a bit new to > windows too) > If anyone could point it out, I would appreciate it. > > - Tim > > -----Original Message----- > From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On &g...
2007 Dec 10
3
Speex 1.2beta3 is out!
Hi everyone, Just to let you know that version 1.2beta3 is out. The main change is the split into libspeex and libspeexdsp. Basically, libspeex keeps the codec (just like it was for 1.0.x) and libspeexdsp has all the new components. Other changes include a new jitter buffer algorithm and resampler improvements/fixes. This is also the first release where libspeex can be built without any floating