similar to: Help with strategy for echo cancellation.

Displaying 20 results from an estimated 8000 matches similar to: "Help with strategy for echo cancellation."

2004 Aug 08
6
Voicepulse problems?
Is any one else having problems with Voicepulse today? Suddenly, I can't register and calls to my Voicepulse numbers get a fast busy. Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775) 236-5815
2004 Oct 04
3
echo cancellation: the never-ending quest for truth
Asterisk apparently has five echo cancellation algorithms: STEVE, STEVE2, MARK, MARK2 and MARK3. The current default appears to be MARK2. My question is, has anyone had any experience with any of the others (other than MARK2), and is there some conventional wisdom as to when to use one over another? TIA Bruce Komito High Sierra Networks, Inc. www.servers-r-us.com (775) 236-5815
2004 Oct 02
1
RE: Random disconnects
Re-sent because had wrong subject line on first post, sorry. I have just installed * for a small office (P4 3Ghz, 1MB RAM, RH9). It's replacing an analog PBX, and for now, all incoming calls arrive on 10 FXO's. Outgoing calls are via Voicepulse. Phones are SIP, Cisco 7940G's. My problem is random disconnects on both incoming and outgoing calls. The phones are behind a firewall;
2004 Sep 30
7
asterisk 407 Proxy Authentication Required
Hello, I cannot accept any inboud calls from any provders in my asterisk which tries to authenticate the provider and at the end rejects the call with tthese message 407 Proxy Authentication Required How do I turn off this message. Thanks. Ehsanul Karim
2004 Jun 28
2
Vonage and Asterisk integration
All, I have been thru the archives and all the relevant URL's sent to me. I have sent e-mail to those who have gone before me and are attempting to accomplish the same goal - no one has it working?. Doesn't anyone have a WORKING asterisk pbx that hooks into vonage? Thanks, Jerry Roy 562-305-9545 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Mar 26
4
Cisco's description of echo
We are having trouble with an installation that is getting a lot of echo on some calls. The installation is all SIP phones and they have a VoIP provider. When we call through the voip provider and into another of their customers (voip throughout) there is no echo problem. If we call in their landline, through the TDM400's FXO to one of the SIP phones, there is no echo problem. Sometimes
2006 Sep 20
1
Echo Cancellation for silent echo signal
? ? Hi Jean-Marc, When speech is played in speaker, we are feeding that speech to echo canceller for cancelling its echo from captured data and the echo canceller work very well. But when there is no speech, we are feeding samples of value zero to speaker and the same to echo canceller. But microphone is always capturing something. But when speech is played again after these zeros(silent
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
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
2
echo cancellation on PDA
2006/11/2, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>: > > Today I tried speex echo cancellation on my VoIP application running > > on a windows mobile based PDA (OMAP1510 168MHz). The result is > > disappointing: it takes 150-250 ms to do echo cancellation (by calling > > speex_echo_capture() ) for a 20 ms frame! > > Are you by any chance using an insane
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;
2012 Jan 12
1
Questions on hardware or software-based echo cancellation
Hi, I'm having some questions related to echo cancellation configuration on a Digium board enabled systems (B410P, TE420, TE420B, ....) for cases when a hardware ech canceller is present or not. I read in TEXXX manual that when setting echocancel=yes in chan_dahdi.conf on a VPMOCT64-equiped system, 128ms hardware echo cancellation was enabled. 1. I'm correct thinking that it is then
2005 Aug 18
2
Hardware echo cancellation
Anybody using hardware echo cancelers a PRI at a time ? What did you use ? How much did they cost ? Where'd you get em. Tell us about them ! Alan
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
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
2015 Oct 22
2
oslec echo cancellation
On Thu, 22 Oct 2015 15:06:59 +0300 Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote: > On Wed, Oct 21, 2015 at 01:33:27PM -0200, Ethy H. Brito wrote: > > > > Hi > > > > Who should insert dahdi_echocan_oslec.ko module in Ubuntu 14.04? > > dahdi_echocan_oslec should be built by default. What you may miss is the > 'echo.ko' (OSLEC) kernel module.
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
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
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
2008 Oct 01
2
Stand-alone echo cancellation
Hello all, I'm a hardware person who has recently found himself thrust into a software role. So, please forgive any ignorance in the following questions. I've tried to do my homework reading the relevant manual pages and investigating the Doxygen documentation. :-) We're investigating acoustic echo cancellation solutions for a speech application. Our hardware will be a TI C64x+