similar to: error during make while installing Linphone-1.5.1

Displaying 20 results from an estimated 1000 matches similar to: "error during make while installing Linphone-1.5.1"

2007 Feb 15
0
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Feb 09
1
Speex Options
When you say inverted, do you mean a) input and output exchanged with each other, or b) input or output having changed sign numerically (e.g. multiplied by -1)? Andras Jean-Marc Valin wrote: > Make sure that: > > 1) You're using svn head, which has many improvements > 2) The AEC inputs aren't inverted > 3) The delay between the near end and far end signals isn't too
2007 Feb 15
1
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Mar 14
1
speex
Hi, I am using speex-1.2 beta1 version. When I am using sample files from http://www.surfnonstop.com/~bandit/speex/echocard1/ ,example 6, as input to mdf through testecho the output is fine However when I am recording the signals in echocancel.cxx in OpalEchoCanceler::ReceivedPacket taking speaker signal from echo_buf and mike signal from ref_buf, echo cancellation is not affective. Can
2007 Feb 15
1
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Jan 22
2
Speex Options
Hi all, I have been trying to implement audio echo cancellation using mdf.c from opal-2.2.2. Using testecho.c the output obtained is not satisfactory. It is cancelling the far end signal instead of the near end signal as per requirement. I have been moving in circles figuring how to approach the problem. Is there something wrong with the mdf that I am using? I would be really thankful if
2007 Jan 22
0
Speex Options
Make sure that: 1) You're using svn head, which has many improvements 2) The AEC inputs aren't inverted 3) The delay between the near end and far end signals isn't too big (if you don't know what I'm talking about, RTFM) 4) The capture and playback are done on the same device (synced clock) Jean-Marc gorun.butail@wipro.com a ?crit : > Hi all, > > > > I
2007 Feb 15
0
Re: Speex-dev Digest, Vol 33, Issue 18
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Feb 15
1
error during make
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Feb 07
1
error during make
Hi All, I am getting this error when i try to compile the "Linphone" package by typing----- make. please help me i am feeling very frustrated with this error pasdt from 7 days i am getting this error. please help me. speexec.c: In function `speex_ec_process': speexec.c:112: `spx_int32_t' undeclared (first use in this function) speexec.c:112: (Each undeclared identifier is
2011 Jun 21
2
Acoustic echo cancellation
Hi Andras, others, Andras Kadinger <bandit <at> surfnonstop.com> writes: > > > Daniel, > I recommend you to start from a simple case and gradually progress > towards your goal. > Can you make things work with the "Speex in a Disco" (Example 6) > testcase at http://ns.surfnonstop.com/~bandit/speex/echocard1/ ? > These files
2011 Jun 21
3
Acoustic echo cancellation
On Tue, 2011-06-21 at 20:18 +0200, Kadinger Andr?s wrote: > 2011.06.21. 19:22 keltez?ssel, Arun Raghavan ?rta: > > Hi Andras, others, > > > > Andras Kadinger<bandit<at> surfnonstop.com> writes: > >> > >> Daniel, > >> I recommend you to start from a simple case and gradually progress > >> towards your goal. >
2011 Jun 21
0
Acoustic echo cancellation
2011.06.21. 19:22 keltez?ssel, Arun Raghavan ?rta: > Hi Andras, others, > > Andras Kadinger<bandit<at> surfnonstop.com> writes: >> >> Daniel, >> I recommend you to start from a simple case and gradually progress >> towards your goal. >> Can you make things work with the "Speex in a Disco" (Example 6) >>
2006 Oct 04
2
speex-1.2beta1 AEC garbles up audio unless compiled with --enable-fixed-point
I'll try to make some shorter samples later, but for now here are the ones I have tried with: http://www.surfnonstop.com/~bandit/speex/1.2beta1_AEC_garble/ The original recordings are in mic.raw and spk.raw. Jean-Marc Valin wrote: > You may have triggered an instability problem. Can you upload your files > somewhere so I can have a look at them? > > Jean-Marc > > Andras
2006 Oct 03
2
speex-1.2beta1 AEC garbles up audio unless compiled with --enable-fixed-point
Greetings everyone, I was about to compare AEC performance between 1.1.12 and 1.2beta1 when I noticed something. If I configure (and compile) speex-1.1.12 with ./configure --enable-shared=no --enable-static=yes it compiles and works as expected: I can run a mic and speaker signal through testecho, it runs in a reasonable amount of time (about 23 secs for 3 minutes of audio) and I get back
2006 Oct 03
0
speex-1.2beta1 AEC garbles up audio unless compiled with --enable-fixed-point
You may have triggered an instability problem. Can you upload your files somewhere so I can have a look at them? Jean-Marc Andras Kadinger a ?crit : > Greetings everyone, > > I was about to compare AEC performance between 1.1.12 and 1.2beta1 when > I noticed something. > > If I configure (and compile) speex-1.1.12 with > > ./configure --enable-shared=no
2006 Nov 08
2
A few Speex AEC+preprocessor examples
The echo suppression in SVN is shaping up quite nicely! I have also observed some - occasional, apparently data-dependent - misbehaviour in AGC. http://www.surfnonstop.com/~bandit/speex/echocard1/
2009 Jan 19
2
error
Hello, I'm trying to compile linphone 3.0.0 in Ubuntu And I'm getting the following compilation error. I somewhere read that the fault happens because of the gcc 4.3.2 that debian based linux uses. Is there any solution (except downgrading gcc) Thank you in advance if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. -I../../oRTP/include
2006 Oct 31
1
2 questions, frame size and SPEEX_GET_LOOKAHEAD
Hi, Andras, Thanks for the comments. Yes, I am aware of those issues. I probably should have been more accurate on my usage of terms. Actually in my project, the unit collection is a mixture of diphones and words. However seems to me, these synthesizer specific issue is irrelevant to my question about speex. As you said, i merely use speex as storage methods. All I ask for is to get the
2007 Mar 14
0
Re: speex
> I am using speex-1.2 beta1 version. When I am using sample files from > http://www.surfnonstop.com/~bandit/speex/echocard1/ ,example 6, as input > to mdf through testecho the output is fine That's a good start indeed. > However when I am recording the signals in echocancel.cxx in > OpalEchoCanceler::ReceivedPacket taking speaker signal from echo_buf and > mike signal