similar to: Echo Cancellation for silent echo signal

Displaying 20 results from an estimated 7000 matches similar to: "Echo Cancellation for silent echo signal"

2006 Jul 18
1
Echo Cancellation for silent echo signal
Hi Jean-Marc, I am developing a voice chat for win32 using speex,when I do echo cancellation, after 2 seconds adaptation, the echo canceller work very well,but after process silent(zero) echo signal(when enabled VAD,DTX),it work very bad,I have to reset it, it seems adapt faster then do not rest it, so I always here echo produce by my fisrt two second speech,how can I solve this problem?
2006 Jun 25
1
win32 demo
Hi, Is there any win32 echo canceller demo with source code,speex echo canceller is very good,but with real net stream,it seems not work, it seems many people has this problem.Thanks a lot. Best regards Yong Chen admin@seeyoucn.com
2006 Jun 27
0
echo canceller in win32
Hi all, speex is great,echo canceller in speex is great,when I test echo canceller with testecho.c, it is much better then the echo canceller demo in intel IPP 5.1,but when I use the echo canceller in a real voice chat program for win32(16khz,20ms,winmm or portaudio or directsound), it is not work. Who can help me? I will pay money for a demo using dsound with source code.Thanks a lot.
2006 Jun 25
1
echo canceller
speex-dev How can I user echo canceller with real time net stream,when I test it with file,it's very good,but when I use it in my voice chat,it is not work,is there some working demo like GIPS? best regards Yong Chen szcj23@tom.com
2005 Jun 03
1
Speex 1.1.9 is out -- Try the new echo canceller
Hi everyone, I've just released Speex 1.1.9. The main change in this release is the echo canceller work sponsored by Tipic Inc (http://www.tipic.com/). It is now possible to do acoustic echo cancellation and obtain good attenuation after a short adaptation time. This has been tested at 8 kHz, but it should also work at 16 khz and above, so give it a try. There were also some fixes to the
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
2006 Oct 27
2
Echo Canceller trouble in 1.2beta1
Terrific! The patch fixes my problem quite decisively. I will want to use this with a 16K sample rate. Is it expected to work well with just another slight patch, or will we need to modify it more deeply? Also, are there any tunable parameters besides tail length? I am wondering about the aggressiveness of adaptation and I know you are an expert in that area. Thanks so much, Michael
2004 Aug 06
2
Preprocessing and Echo Cancellation Notes.
First, I'd just like to thank the Speex community, and Jean-Marc especially, for their great work. I'm developing a VoIP library (which uses IAX, the asterisk protocol) as the network protocol. I've been putting off integrating Speex for a while, as things have been working pretty well so far with GSM. (for those interested, the code is at iaxclient.sourceforge.net). However,
2004 Aug 06
0
Re: Preprocessing and Echo Cancellation Notes.
> 1) AGC: This seems to work pretty well in all cases. I had previously > hacked-in the "compander" filter from sox for a similar effect. What > I've noticed is that speex_preprocess's AGC has no "knobs", and it > seems to use an attack/decay that is a lot faster than what I had > chosen from the sox compander, but it works pretty well nonetheless.
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
2006 Apr 12
2
Echo cancellation Question?
Hi, I use speex 1.1.12 in my program, but I found a strange thing about Echo canceller. That is, I'll hear an explosion in a certain frequency inputing. And I use the echo canceller in 44100Hz sample rate, disable AGC and Denoise. Can you tell me what's wrong with me? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 02
1
echo cancellation on PDA
I did the test on another PDA which runs XScale 416Mhz CPU, the EAC arithmetic could be done in 1ms, but for the previous PDA (TI OMAP 168Mhz), it take more than 100ms! Though EAC could run in time on the new PDA, it did no help to cancel the echo, here is my test scenario: Init echo_state: echo_state=speex_echo_state_init(160,1120); int tmp=8000;
2006 Mar 31
3
Echo cancellation problem
Hi! I'm here again with echo canceller problem... :-( I think I've done everything to enable echo canceller feature, but it still doesn't work... Can anybody tell me if there is some error or something missing in this configuration please? I'm using Eicon Diva Server 4Bri. http://www.eicon.com/worldwide/products/MediaGateways/disv4bri.htm?techspec=1&regID=4999 Card
2005 Aug 15
2
Echo Cancellation Algorithm
Get the latest code and look at mdf.c. This module is the echo canceller. Tom bast@sirrix.com wrote: > > Hello MailingList! > > I'm searching a Echo Cancellation to implement it in my own project. I > found > in a newsgroup a posting that you've programmed an open-source > EC-Algorithm. > > My Question: > Is it possible to get the source code of the
2012 Mar 21
2
Echo cancellation with different sound card for speaker and microphone
I'm developing an application that have a video conference component. For that I need echo cancellation, and is looking around for algorithms/implementations of that, and the one in speex is an alternative. In the documentation for speex I find the following sentence however. "Using a different soundcard to do the capture and plaback will *not* work, regardless of what you may
2004 Aug 25
2
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
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
2010 Mar 05
1
SIP / Echo Cancellation
----- "Chandrakant Solanki" <solanki.chandrakant at gmail.com> escreveu: > Hello > > I have successfully compiled OSLEC for echo cancellation for DAHDI > channel. > > Is there any way to do echo cancellation for SIP Channel. > > Is any, please suggest me.?? > > Thanks in advance.. > > -- > Regards, > > Chandrakant Solanki Short
2006 Dec 05
2
problem with echo cancellation
Hello Jean-Marc, I solved the variable delay problem, but I still have trouble with speex_echo_cancel(). When i try testecho.c with clean speech for far-end input and same speech with attenuation, a bit of reverb and 50-150 ms delay, all this done in sound editor, for mic input, i get 5-8 db attenuation. But when i use the same speech played and recorded for mic input, i see about 5 db of
2006 May 08
5
Speex echo canceller on TI C55 DSP
Hi Jim, I've just been made aware of these problems (look for the thread "speex echo cancellation limitations"). It's on my short-term TODO list. > If fftwrap.c, I ifdefed out the spx_fft_float and spx_ifft_float routines, > because there were not used and required smallft.c (which is not so small at > all) to be added to the build. Right, need to cleanup that