similar to: SPEEX installation problems

Displaying 20 results from an estimated 10000 matches similar to: "SPEEX installation problems"

2004 Sep 13
1
problem with dynamic speex library under windows
Hello. I'm having problems with the dynamic library of libspeex under win32. 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
2008 Jan 04
1
PIC issues... Linking statically to speex when generating a shared library..
The short: Linking to libspeex.a when generating a .so using libtool results in a non-portability warning. This is due to PIC code and non-PIC code intermingling. How can I go about fixing this whilst still using an installed libspeex present on the user's system? The long: I am using autoconf + libtool to generate a codec plugin for speex (sipXmediaLib), and I'm trying to eliminate
2005 Jan 22
0
asterisk not starting--sound module
hi guys... im a new asterisk user. i dont understand why asterisk doesnt start. pls take a look at the output below. i could start it a couple of times .. #asterisk -gc Asterisk CVS-v1-0-01/21/05-14:58:31, Copyright (C) 1999-2004 Digium. Written by Mark Spencer <markster@digium.com> ========================================================================= [ Booting....................Jan
2005 Jan 05
1
Speex codec problem (unresolved ?)
Hi, I'm sorry to bring this up again, but I have been googling forever and whatever solutions are offered don't work for me. I am using x-lite (the latest build) and trying to use Speex. When I do call from the x-lite to another SIP phone or PSTN (through Cisco gateway) My asterisk fills up with this message: WARNING[1007]: codec_speex.c:196 speextolin_framein: Out of buffer space The
2013 Apr 26
0
glibc detected crash
Hi I have asterisk 1.8.18 with freepbx 2.10.1.9. I get an asterisk crash occasionally with the followingerror. It always seems to happen while paging. 16 spa508g phones 1 snom pa1 paging amp Kelly == Extension Changed 1101[ext-paging] new state Idle for Notify User 101 pbx*CLI> *** glibc detected *** /usr/sbin/asterisk: malloc(): smallbin
2003 Jun 17
11
Speex
Hello everyone. I am having problems getting speex support. It seems * is not loading speex. When i did a make in the codecs sub dir, the following error pops up when making speex: codec_speex.c:34:19: speex.h: No such file or directory is this file missing in the cvs as i just removed the whole * dir and did a new checkout and still seem to get this error, or do i need to get/install
2004 Oct 17
2
Anyone else tried Speex 1.1 CVS?
I built the CVS version of the Speex library - v1.2 it calls itself. Asterisk seg faults trying to use codec_speex.so. I'll have a look to try to fix it, but thought I'd just ask if anyone else knows what needs to be done? Steve
2005 Jul 04
3
Proper way to start * and load modules on a RedHat box
Hi list! I have several boxes running asterisk as I want, no problems there but the one thing I haven't sorted out is how to properly start asterisk on boot time. This is probably a n00b class question but how do I properly set this up (I didn't find any docs on this). The zaptel script alone does not load the proper driver on boot time, I guess I need to do some thing with the
2005 Feb 09
5
Getting SPEEX to work
Apologies for the double post in re my SPEEX issues, but can anyone report successfully installing libOgg and getting SPEEX to work on Asterisk? Details: Fedora Core 3, Asterisk 1.0.4, VoicePulse Connect. Here's my original query with the CLI log http://lists.digium.com/pipermail/asterisk-users/2005-February/ 088225.html Thanks. /rg
2004 Sep 27
0
Speex/ILBC buggy with * 1.0 and X-Lite/Pro?
I'm playing with codecs at the moment and have found some notices errors when x-lite/pro connects to asterisk with Speex or ILBC. Initially I was getting garbled sound, but after changing magic number for both codecs to 97 (as per http://www.voip-info.org/wiki-Asterisk%20phone%20xten%20xlite and http://bugs.digium.com/bug_view_page.php?bug_id=0000918) I was able to get normal voice. BUT,
2004 Dec 06
0
Voicemail Codec challanges.
Just working on Configing up Voicemail and now that I have got it working and configed and answering the way it should be I have another challange. on the * CLI> I get this -- Recording the message -- x=0, open writing: /var/spool/asterisk/voicemail/default/6001/INBOX/msg0000 format: wav49, 0x8133390 -- x=1, open writing:
2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi, I had downlaoded iaxclient-2.0.2 and complie project *\iaxclient-2.0.2\contrib\win\vs2005* ** It gives many83 fatal and file missing error of file missing Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such file or directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c 40 Error 2 fatal error C1083: Cannot open
2008 Dec 19
1
Speex on LPC2148 (KEIL MDK + RealView Compiler)
Hello, I am trying to compile Speex on RealView Compiler and a lot of errors are indicated by compiler: libspeex\bits.c(48): error: #77-D: this declaration has no storage class or type specifier libspeex\bits.c(48): error: #65: expected a ";" libspeex\bits.c(139): warning: #12-D: parsing restarts here after previous syntax error libspeex\bits.c(141): error: #77-D: this declaration
2006 Apr 14
0
How to create a compact Speex library
>> > Sorry if this a repost but I want to create the >> > smallest Speex library possible to be put in TI's >> > TMS320 DSP. I'm only interested in one >> configuration: >> > 5.97 Kbps narrowband. What part of source code >> can I >> > remove? Currently, when I compiled the version >> 1.1.12 >> > libspeex.a library
2009 Jun 24
1
Building Speex project in Symbian(Carbide C/C++)
Hi Everybody: I am doing the project in speex, and want to make the lib/dll in symbian platform. I checked there is one symbian project file, including bld and mmp files in speex-1.2rc1. But while I import the project and compile in Carbide. It showing so many errors: ***Invoking abld command perl.exe -S ABLD.PL \Symbian\Carbide\workspace\speex\symbian\ export make -r
2007 Apr 17
0
basic include files for speex
It's not an include file missing. This is a link error. You need to link with libspeex (or whatever it's called when you build it). Jean-Marc Quoting Caroundw5h <caroundw5h@yahoo.com>: > Hi Jean, > > I'm trying to compile the encode.c and or the test programs that are on the > site and in libspeex respectively. however, i keep getting some undefined >
2006 Apr 17
2
How to create a compact Speex library
--- Jim Crichton <jim.crichton@comcast.net> wrote: > >> > Sorry if this a repost but I want to create the > >> > smallest Speex library possible to be put in > TI's > >> > TMS320 DSP. I'm only interested in one > >> configuration: > >> > 5.97 Kbps narrowband. What part of source code > >> can I > >> >
2010 Jan 13
0
BUG for speex-1.2rc1
DEAR: I SEEM A BUG FOR speex-1.2rc1.tar.gz ON BUILD IN USING IT. PLEASE LOOK: ===================================================================== make all-recursive make[1]: Entering directory `/tmp/speex-1.2rc1' Making all in libspeex make[2]: Entering directory `/tmp/speex-1.2rc1/libspeex' /bin/sh ../libtool --mode=link gcc -g -O2 -fvisibility=hidden -O3 -msse -o testenc
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved: apt-get remove libspeex-dev cd ~/src/speex-1.2rc1/ ./configure --prefix=/usr make; make install cd ../ffmpeg ./configure --enable-libspeex make; make install worked; then I was able to decode a Speex .flv file: ~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-libspeex
2005 Sep 07
1
Speex codec - Out of buffer space
Hi, I'm running Asterisk 1.0.7 and would like to add Speex support. I downloaded Speex 1.0.5, installed and recompile Asterisk again. Now trying from X-Lite to connect using Speex but getting lot of weird erros on Asterisk console: Sep 7 15:03:25 WARNING[28605]: codec_speex.c:166 speextolin_framein: Out of buffer space I was trying to setup Speex on my second Asterisk server and wanted to