Displaying 20 results from an estimated 20 matches for "lspeex".
Did you mean:
speex
2009 Jun 18
2
Speex problem installing on CentOS 5.3
...product but I'm having a problem getting speex to install
and I would very much like to use it. It is not available in menuselect
and the problem appears to be with speex_preprocess_ctl:
[root at pbx01 asterisk-1.6.1.1]# grep -i speex config.log
configure:43813: checking for speex_encode in -lspeex
configure:43848: gcc -o conftest -g -O2 conftest.c -lspeex -lm >&5
configure:43906: checking speex/speex.h usability
configure:43947: checking speex/speex.h presence
configure:44015: checking for speex/speex.h
configure:44076: checking for speex_preprocess_ctl in -lspeex
configure:44111:...
2012 Mar 06
1
Help about error in linking to libspeex.a
Thanks for the reply,
i added (LDFLAGS += -L/usr/local/lib -lspeex -lm) to Makefilebut the error is still appearing !
/tmp/ccDFH8gi.o(.text+0x179c): In function `main':
: undefined reference to `BlinkC$speex_bits_init'
collect2: ld returned 1 exit status
make: *** [exe0] Error 1
i am trying to guess what is missed to correctly link to the lib .Do you hav...
2012 Mar 06
1
Help about error in linking to libspeex.a
Hi All,
i have configured speex1.2rc1 for xscale-elf (ARM architecture) ,then executed MAKE and MAKE INSTALL. so, i obtained libspeex.a in the /usr/local/lib with libogg.a compiled as well. but i when i link the library to my program (by adding LDFLAGS += -lspeex -lm ), and try to compile, i get this error:
/usr/lib/gcc/xscale-elf/3.4.3/../../../../xscale-elf/bin/ld: cannot find -lspeex
collect2: ld returned 1 exit status
make: *** [exe0] Error 1
i passed? ./configure options as :
./configure --host=xscale-elf
it's likely that the linker can't se...
2008 Jul 19
2
Noise problem while encoding and decoding
Hi, everyone!
I'm a newbie of speex develog. I tried to encode and decode with the
sample program in the speex manual. I compile those program with
gcc sampleenc.c -o enc -lspeex
gcc sampledec.c -o dec -lspeex
I run these two program in this way and then speak loudly:
./enc /dev/dsp ? ./dec /dev/dsp
I thought I would hear my voice. However, what i heard was a lot of
noise. I can hardly recognize my voice.
Then I tried in another way.
cat /dev/dsp > from
./enc...
2008 Jul 20
0
Noise problem while encoding and decoding
On Sat, Jul 19, 2008 at 12:29 PM, ???? <oovoov008 at gmail.com> wrote:
> Hi, everyone!
>
> I'm a newbie of speex develog. I tried to encode and decode with the
> sample program in the speex manual. I compile those program with
>
> gcc sampleenc.c -o enc -lspeex
> gcc sampledec.c -o dec -lspeex
>
> I run these two program in this way and then speak loudly:
> ./enc /dev/dsp ? ./dec /dev/dsp
/dev/dsp is a raw device that does not include any format headers.
There's no way for the encoder to guess reliably the format of the
incoming dat...
2005 Apr 27
2
speex corrupting input buffer?
...));
speex_encode(speexState, buf, &(bits));
for (i = 0; i < frame_size; i ++)
{
if (buf[i] != 0.0)
{
printf("speex changed input buf[%i] of %i from 0.0 to %f\n", i,
frame_size, buf[i]);
}
}
free(buf);
}
// cc test.c -Iinclude -Llibspeex/.libs -lspeex -o test
// ./test
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
...-lpjmedia-videodev-x86_64-unknown-linux-gnu -lpjmedia-audiodev-x86_64-unknown-linux-gnu -lpjmedia-x86_64-unknown-linux-gnu -lpjnath-x86_64-unknown-linux-gnu -lpjlib-util-x86_64-unknown-linux-gnu -lsrtp-x86_64-unknown-linux-gnu -lresample-x86_64-unknown-linux-gnu -lgsmcodec-x86_64-unknown-linux-gnu -lspeex-x86_64-unknown-linux-gnu -lilbccodec-x86_64-unknown-linux-gnu -lg7221codec-x86_64-unknown-linux-gnu -lportaudio-x86_64-unknown-linux-gnu -lpj-x86_64-unknown-linux-gnu -lssl -lcrypto -luuid -lm -lrt -lpthread
travis at pcimphone1:~/downloads/pjproject-2.4.5$ grep "aconfigure" config.statu...
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavformat
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavcodec
-Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavutil -Wl,-Bsymbolic
-o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec
-lavutil -lm -lamrnb -lm -lspeex -ldl -ldl
/home/jsalsman/src/ffmpeg/libavcodec/libavcodec.a(libspeexdec.o): In
function `libspeex_decode_close':
/home/jsalsman/src/ffmpeg/libavcodec/libspeexdec.c:127: undefined
reference to `speex_header_free'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
~/src/ffmpeg$...
2011 Oct 13
1
Problem with Ices
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
...t;/home/jsalsman/src/ffmpeg"/libavformat
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavcodec
> -Wl,-rpath-link,"/home/jsalsman/src/ffmpeg"/libavutil -Wl,-Bsymbolic
> -o ffmpeg_g ffmpeg.o cmdutils.o -lavdevice -lavformat -lavcodec
> -lavutil -lm -lamrnb -lm -lspeex -ldl -ldl
> /home/jsalsman/src/ffmpeg/libavcodec/libavcodec.a(libspeexdec.o): In
> function `libspeex_decode_close':
> /home/jsalsman/src/ffmpeg/libavcodec/libspeexdec.c:127: undefined
> reference to `speex_header_free'
> collect2: ld returned 1 exit status
> make: *** [ff...
2004 Sep 13
0
Compile flags for sampleenc sampledec.
...k I do not have a compile swtich of flag set correctly.
Backgound information:
1) 1.0.4 tar package 'make' worked and installed on a mandrake 10.0 linux
2) speexenc and speexdec appear to work fine.
3) testenc and testenc_wb work fine, though I notice that compile with gcc testenc.c -lspeex produces a different .bits file than the version made with make. Also, when compiled with gcc, the decoded output is garbled. This makes me think there is a flag I am missing.
4) test_wb output 16-bit PCM file seems about 1K shorter than the original PCM file. Not sure if this is relevant.
5) S...
2004 Sep 15
0
Problems with sampleenc and sampledec
...he decode operation is failing, but I cannot find out why.
Backgound information:
1) 1.0.4 tar package 'make' worked and installed on a mandrake 10.0 linux
2) speexenc and speexdec appear to work fine.
3) testenc and testenc_wb work fine, though I notice that compile with gcc testenc.c -lspeex produces a different .bits file than the version made with make. This makes me think there is a flag I am missing.
4) test_wb output 16-bit PCM file seems about 1K shorter than the original PCM file. Not sure if this is relevant.
5) SPEEX_GET_QUALITY does not appear to work for the decoder though...
2005 Apr 27
0
speex corrupting input buffer?
...for (i = 0; i < frame_size; i ++)
> {
> if (buf[i] != 0.0)
> {
> printf("speex changed input buf[%i] of %i from 0.0 to %f\n", i,
> frame_size, buf[i]);
> }
> }
>
> free(buf);
> }
>
> // cc test.c -Iinclude -Llibspeex/.libs -lspeex -o test
> // ./test
>
> _______________________________________________
> Speex-dev mailing list
> Speex-dev@xiph.org
> http://lists.xiph.org/mailman/listinfo/speex-dev
>
--
Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
Universit? de Sherbrooke
2006 Jan 12
1
Problem compiling testenc.c on WinXP(newbie)
Hello,
I want to compile testenc.c with Borland C/C++ compiler, but get a lot
of errors. What's wrong?
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testenc.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_speex_encoder_init' referenced from
D:\SPEEX\TESTENC.OBJ
Error: Unresolved external '_speex_decoder_init'
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
...gt;> -lpjmedia-audiodev-x86_64-unknown-linux-gnu
>> -lpjmedia-x86_64-unknown-linux-gnu -lpjnath-x86_64-unknown-linux-gnu
>> -lpjlib-util-x86_64-unknown-linux-gnu -lsrtp-x86_64-unknown-linux-gnu
>> -lresample-x86_64-unknown-linux-gnu
>> -lgsmcodec-x86_64-unknown-linux-gnu -lspeex-x86_64-unknown-linux-gnu
>> -lilbccodec-x86_64-unknown-linux-gnu
>> -lg7221codec-x86_64-unknown-linux-gnu
>> -lportaudio-x86_64-unknown-linux-gnu -lpj-x86_64-unknown-linux-gnu
>> -lssl -lcrypto -luuid -lm -lrt -lpthread
>
>Your pkg-config file is specifying /usr/local/...
2007 Oct 11
2
Encode and decode using speex
Hi,
I am new to speex and I am trying to use the sample program given in the
speex document.
I have made some modification to that sample, so that input can be read from
a file and the output can be re-directed to the file.
I tried to encode an audio file using the sampleenc and decode the same by
sampledec.c I am able to do it successfully, but when i try to play the
output file from the
2005 Mar 08
2
problem in compiling openh323
...for stdint.h... yes
checking for unistd.h... yes
checking avcodec.h usability... no
checking avcodec.h presence... no
checking for avcodec.h... no
checking encoder-h263.h usability... no
checking encoder-h263.h presence... no
checking for encoder-h263.h... no
checking for speex_encoder_destroy in -lspeex... yes
checking system Speex version... 1.0.3
checking library Speex version... 1.0
checking Speex versions... system version is more
recent
checking linux/telephony.h usability... yes
checking linux/telephony.h presence... yes
checking for linux/telephony.h... yes
checking sys/telephony.h usabilit...
2015 Sep 24
3
problems with PJSIP install on UBUNTU 14.04
Ok I did all that and it's still crashing. I did find some other areas I think that shouldn't have had any of those files, so I thought it would work, because I got rid of ALL of them per your instructions and completely reconfigured and compiled both pjsip and then asterisk.
Attached is the new backtrace...
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575:
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect
CONFIGURE_SILENT="--silent" menuselect
make[1]: Entering directory
`/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect'
gcc -m64 -march=native -mtune=native -floop-interchange
-floop-strip-mine -floop-block -c -o
2008 Aug 26
2
Error while compiling Ices 0.4
...905: $? = 0
configure:20925: result: yes
configure:20960: checking for shout/shout.h
configure:20967: result: yes
configure:20976: checking for shout_new
configure:21033: arm-linux-gcc -o conftest -g -O2 -Wall -pthread
-I/usr/local/include conftest.c -L/usr/local/lib -lshout -lvorbis -lm
-ltheora -lspeex -logg >&5
/usr/local/lib/libshout.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
configure:21039: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "ices"
| #define PACKAGE_TARNAME "ices"
| #define PA...