Displaying 20 results from an estimated 4000 matches similar to: "Problem with Win32 libraries"
2004 Aug 06
2
compiling in windows
<p><p>Hi, I'm trying to compile speex in windows and I get this error: Linking...MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in LIBCD.lib(dbgheap.obj)MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in LIBCD.lib(dbgheap.obj)MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _memmove already defined in LIBCD.lib(memmove.obj)MSVCRTD.lib(MSVCRTD.dll) :
2004 Aug 06
1
patch for compiling on IRIX
The following patch (based off of the current CVS tree) is necessary
to compile Speex on IRIX (or any other system that doesn't include
getopt_long in the system libraries).
I would suggest further that src/getopt_win.h be renamed to getopt_long.h
since it's not just Windows that lacks getopt_long.
Michael
Index: configure.in
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
2009 Apr 14
2
Missing getopt_long in Solaris 8 Sparc
Hi,
I have problems compiling speex 1.2rc1:
> /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -
> I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/
> include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c
> /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc -
> xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o
2009 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
Hi Jean-Marc,
Am 17.04.2009 um 13:35 schrieb Jean-Marc Valin:
> It should be using getopt1.c when getopt isn't available.c. Can you
> check why it doesn't? In any case, that's only required for the Ogg
> tools, not for the library.
config.log says
ac_cv_func_getopt_long=no
ac_cv_header_getopt_h=no
ac_cv_lib_gnugetopt_getopt_long=no
LIBOBJS='
2005 Sep 15
2
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
Hi all,
I'm trying to use libspeex 1.1.10 on an ARM926EJ-Sid(wb) rev 3
(v5l). I executed
the speexenc and speexdec test files and they can encode and decode.
But I'm getting 95% of cpu utilization on the codification and 44% on
the decodification.
I saw in the post:
http://lists.xiph.org/pipermail/speex-dev/2005-June/003485.html
that this version of speex works fine on ARM
2008 Apr 01
5
cross compilation for ARM - ogg headers problem
On 01/04/2008, Erwan A <mout551 at hotmail.fr> wrote:
>
> Hi,
>
> Yes i agree with you. You don't have to delete these files.
>
> But if i cross compile with ogg header files, i have the following error :
>
>
> /usr/lib/libogg.so: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status
> make[2]: *** [speexenc] Erreur 1
2005 Sep 27
4
Speex ver 1.1.10 decoder problem
Hi,
I just started using speex recently and I've been
having problem with Speex ver. 1.1.10 decoder. I used
Speex to encode a wav file to spx then decode it back
to wav file to see the voice quality that results from
different speex options. Somehow, I couldn't get the
original wav file back. I used both Speex ver 1.1.6
and ver 1.1.10 to both encode and decode, despite the
same output
2005 Sep 27
2
Speex ver 1.1.10 decoder problem
OK, that was a stupid error in the le_int prototype. It's fixed in svn
now.
Jean-Marc
Le mercredi 28 septembre 2005 ? 11:53 +1000, Jean-Marc Valin a ?crit :
> OK, it seems like I screwed up the wav header code between 1.1.8 and
> 1.1.9. Everything seems fine (playing to soundcard also works), except
> that the length reported for the wav is too short, which is why it stops
>
2008 Apr 01
2
problem with some ogg header files with speex
Hi all,
I am following the README.arm from Simon to cross compile linphone from my PC to an arm architecture. But i encounter problems about the ogg header.
I have this following error when i write this line :
./configure --prefix=/usr --host=arm-linux --with-gnu-ld --disable-static --enable-fixed-point --enable-arm-asm
the error is :
.
.
make[2]: entrant dans le r?pertoire ?
2005 Jan 04
3
different output for opt/non-opt on win32 platform
hi all,
thanks Jean for the codec.
I am new to speech coding. Am interested to implement
speex on a TI dsp, say C54. just downloaded speex v 1.1.6.
when I removed optimisation flags for win32 in libspeex.dsp,
I get a slightly different output for decoding using speexdec.exe
(debug version). no prob for speexenc.exe except for some
differences in the ogg header.
for anyone interested, i
2016 Jul 08
3
failure with latest cross compiling
As a note, with the latest versions, I get this "new" failure, when
cross compiling for windows using mingw:
CCLD speexdec.exe
speexdec.o:speexdec.c:(.text+0x4af): undefined reference to
`_imp__waveOutGetNumDevs at 0'
speexdec.o:speexdec.c:(.text+0x54d): undefined reference to
`_imp__waveOutOpen at 24'
speexdec.o:speexdec.c:(.text+0x5aa): undefined reference to
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
Hi,
I've downloaded the Speex-1.1.5 code and am trying to compile the Speexdec code using Microsoft VC++ 6.0 IDE.
When I try to open the 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.
2005 Sep 20
1
Speex 1.1.10 on ARM926EJ-Sid(wb) rev 3 (v5l)
Hi,
I tried the same options suggested in your post and the problem
continues. What do you suggest?
2005/9/15, Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca>:
> Hi Eduardo,
>
> All I can say is that the timings you have are a bit odd. What
> optimizations options are you using (I suggest -O3)? Also, perhaps you
> can try --enable-arm4-asm just in case. I've had the
2004 Aug 06
3
Speex latency
Hi,
What kind of latency is expected using 8,16,32 khz?
I am trying to do a realtime stream server, and I am having latency above
>500ms ( I capture the sound using the mic, encode it and send it to the
client).
I am using ALSA system, a SB128 PCI and a 800Mhz P3 . What can I do to lower
the latency?
I tried a test : arecord -t raw | speexenc - - | speexdec - and I found that
I also have a 500
2004 Aug 06
1
Re: speex 1.1.4 compile fails/vq.h parse error
It's not really documented, but when you compile with --enable-sse, you
need to add -march=pentium3 to the compile switches. That's actually a
gcc requirement.
Jean-Marc
Le mer 21/01/2004 à 04:22, war a écrit :
> gcc-3.2.2 + slack 9 + p4 2.6ghz (has sse/2)
>
> ./configure --prefix=/app/speex-1.1.4 --enable-shared --enable-sse
> --with-ogg-dir=/app/libogg-1.1
>
2007 May 25
5
Re: compatibility issues.
For a streaming application like VOIP, you collect 20 ms of samples, feed
this through the encoder, stick it in an RTP packet, and send if over the
network. On the receive side you feed packets through a jitter buffer to
the decoder, and then copy the output audio to your output device. Speex
runs efficiently on most compilers, so the real-time requirement is not a
big deal, as long as you
2007 Jul 04
1
Using speex on ARM7TDMI...
Hi,
I'm evaluating the libspeex library for usage in an embedded platform
based on an ARM7 TDMI micro (the ubiquitous Atmel AT91SAM7S).
In details, I'm trying to use libspeex to encode the audio stream
coming into the micro from an I2S channel and saving the encoded audio
to an SD card (currently in binary format just to test it decoded back
to the I2S channel from the saved file), but
2007 Aug 08
2
need help on compile speex-1.2beta2.tar.gz
Hi, Jean-Marc,
I have another quick question, I got following message when compile
speexdec.exe:
Linking...
libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol
_lpc_window
Release/speexdec.exe : fatal error LNK1120: 1 unresolved externals
Where does this lpc_window declare?
Thanks a lot,
-Allen
On 8/8/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote:
>
2004 Aug 06
1
Building speexdec on win32
Hello ,
I had downloaded latest tar.gz of speex sources.
I am trying to build it on windows , by using the
Visual C project files. (dsp/dsw)
with libspeex I did succeed.
When I try to build speexdec (using the (dsp/dsw project files under
win32/speecdec)
I get the follwoing message dialog :
"browse for project ogg_static"
what to do ?
regards
sting