similar to: Echo Cancellation Algorithm

Displaying 20 results from an estimated 7000 matches similar to: "Echo Cancellation Algorithm"

2005 Jun 21
1
Asterisk and Sirrix PCI4S0 echo cancellation
Hi guys, I'm running a Sirrix PCI4S0 quad BRI card in a box with Asterisk CVS-HEAD (20050614). Something I've come across is that with 'echocancel = yes' in /etc/asterisk/sirrix.conf the echo is unbearably loud - so loud in fact that the echo distorts. To remedy this I've set 'echocancel = no' and disabled the echo cancellation. With the echo cancellation disabled
2006 May 02
3
Re: speex echo cancellation limitations
Hi Ted, Thanks a lot for this analysis. > In FLOAT_DIVU() it hangs at the following: > while (a.m >= b.m) > { > e++; > a.m >>= 1; > } > for the case where a and b are both zero (yes, division by zero). > This happens from mdf.c: True, that needs to be fixed even after I fix the rest. > leak_estimate =
2006 Jul 18
2
echo cancellation seg faults
Hi, For my VoIP application machine A sends speex encoded audio of to machine B and vice versa at. Data is captured in PCM 8Khz, 16 bit and then encoded using speex 1.1.12 The packet A played and the packet A captured through mic are the input to speex echo canceller. So I am trying to remove traces of packet A played from the captured data. I have followed example testecho.c All I hear is some
2005 Feb 03
4
Asterisk Dialplan command "PPPD" released
Hello all! Sirrix AG, Saarbr?cken (manufacturer of the Sirrix.PCI4S0 4-port ISDN card for Asterisk) has released the new Asterisk dialplan command PPPD (app_pppd). It allows to connect a Linux PPP daemon to an arbitrary digital (ISDN) Asterisk channel to provide RAS dialin and dialout. The PPPD command has successfully been tested with Sirrix.PCI4S0 cards and a standard ISDN4Linux ipppd "on
2004 Aug 06
1
echo suppression
There is experimental echo cancellation code. Look in speex_echo.h and mdf.c. Unfortunately there's no sample code, and I don't think anyone's had much luck getting the echo cancellation to work at all. Would anyone like to prove me wrong? I'd love to see this work! I know it's really hard but just tonight the person I was talking to asked me, "Is there ever
2006 Nov 01
5
Stream Synchronization for Echo Cancellation
> In those cases, when you get let's say 1000 packets of 20ms from the mic > you may have only 990 packets of 20ms from RTP incoming stream. > > Thus, before sending outgoing mic/RTP stream, you would wait for 1000 > incoming packets: where last packet in fact arrive 10*20ms = 200ms > after it was supposed to. I have from my experience already seen 4s > of clock deviation
2006 Nov 01
2
Stream Synchronization for Echo Cancellation
Isn't this the same problem described starting at the bottom of this page? http://www.embeddedstar.com/articles/2003/7/article20030720-11.html Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > > As it says in 5.4.1 of the good book "Using a different soundcard to do > > the capture and playback will *not* work, regardless of what you may > > think.
2006 Jul 19
2
echo cancellation seg faults
Hi, If I pass the same ref and the echo data to the echo cancellation API, I am expecting silence as output. I get back the original audio data. Is this correct? Thanks -Anurag Quoting ac2491@columbia.edu: > Hi Jean, > > I got the earlier problem fied with correct NN and tail values. > But > I dont see any echo being cancelled. To the echo cancel API I am > giving, audio
2005 Jul 13
7
Panasonic PBX -to- Sirrix BRI: Numbers getting echoed/duplicated
Hi guys, How's things going ? Got a bit of a weird one here that I've been unable to solve. I have a Panasonic PBX linked to a Sirrix Quad BRI card that is running in TE (ptp) mode in a Asterisk box - this then links through Internet to another Asterisk box via IAX2. When a user on the Panasonic PBX system dials the extension of my Sirrix Asterisk box, Asterisk answers and says
2006 May 08
1
Speex echo canceller on TI C55 DSP
Jean-Marc, I have traced the second infinite loop further. When st->adapted becomes true (mdf.c line 623), the first Yf[i] value is 4, the leak_estimate is 0xd4e, the resulting r is 3. The first value in st->Rf is 0, so e is 1, and r is set to e>>1, or 0. A little later there is a divide by r, and there is the hang. It seems that the 0 in Rf[0] is the problem, but I am not
2007 Mar 01
1
compiling echo cancellation
dear all I got this error when I try to use libspeex in visual studio. when I include speex/speex_echo.h, it complains about unresolved external symbol _speex_echo_state_init. And when I include mdf.c into the source, it generates whole bunch of errors. Any idea? thanks so much --------------------Configuration: audio - Win32 Debug-------------------- Compiling... mdf.c C:\Documents and
2006 Jul 19
2
echo cancellation seg faults
Probably the level of your signal is too low and/or you're just not letting it time to adapt. Jean-Marc Le mercredi 19 juillet 2006 ? 19:00 -0400, ac2491@columbia.edu a ?crit : > On closer looks and debugging I always end up in > > speex_echo_cancel function with comment > /* Temporary adaption rate if filter is not adapted correctly */ > > > Does this give any clue
2005 Dec 20
2
回复: Re: echo canceller
I have tested the AEC by file model,but found it doesn't work!The output file I got still had echo. And I have found several version of mdf.c,could you tell me which version I should use? Now I'm using version 1.11.1.1 and under windows there have some bugs. --- Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>??: > > > haven't got the chance to sit down and look into
2009 Dec 07
1
Speex echo cancellation: hi pass filtering? low latency?
Hello, I tried to use speex echo canceller for a live performance setup to cancell feedback. My program buffers input until collecting a speex frame size of samples, then calls speex_echo_cancellation passing this buffer as input signal and previous speex output as echo signal, then immediately plays current speex output. First thing I noticed was huge high pass filtering. Then I found out there
2004 Aug 25
3
FW: Echo Cancellation
Hello, I am testing speex 1.1.6's echo canceller. I am using testecho.c, with a few modifications to get it to run on Windows. My problem is that I am unable to get the echo cancellation to work correctly. I am working on an audio conferencing software, and one issue we have is sometimes the microphone picks up what is being played through the headset, resulting in an echo of the other
2005 Jun 23
4
Monitoring Sirrix quad BRI channels
Hi all, How are things going ? Is there a way for me to individually identify each BRI channel on the Sirrix quad BRI board. The reason I ask is because our client uses the "Asterisk Flash Operator Panel" to monitor its external lines and transfer calls from the lines to the various SIP phones. The "Flash Operator Panel" requires that we set a static value for each line or
2010 Jan 14
2
Help - Cannot join Windows 7 client to Samba PDC
I have been going through all the Wikis and various Google searches to try to solve my problem, all to no avail. I can mount a Samba share, but whenever I try to login using a domain account, I receive an error about "The trust relationship between this workstation and the primary domain failed." What I have done so far, all to no avail. - Upgraded from Samba 3.4.2 to Samba 3.4.4
2004 Aug 06
2
echo cancellation for analog lines
Hi, I am currently working on a thin-client "low-cpu" usage telephone application. The current setup is that you can make phonecalls using an alsa supported usb headset and a smartlink based usb modem (a sweex usb modem, which -in large quantities- goes for 17.95 euro's) for analog lines. Unfortunately, it is really made as a modem and not for audio purposes, so, there is a pretty
2005 Dec 20
2
echo canceller
hi, haven't got the chance to sit down and look into it. from what I read in the list, double talk detection is in the pipeline... :D. Just 2 quick questions: i) does this canceller handle wideband for speex wideband? ii) does it handle feedback or howling? Lastly, a newbie question for echo cancellation: is there a convenient test to ensure that the input and output buffers obtained from
2007 Mar 05
1
Performance of the acoustic echo canceller
Hi All, I am working on my master project to port the Speex Acousic Canceller to FPGA. But I am not able to get a satisfied result in its performance whenI integrated it to a SIP softphone as my first step. The SIP softphone calls to a PSTN gateway and lands to my land line phone. I can hear the echo of my every word while I talks on the land line phone. I am using G.711 codec, frame_size 80