Displaying 20 results from an estimated 6000 matches similar to: "Query on Speex Echo Cancellation Constraints"
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
2008 Oct 30
3
Multichannel echo cancellation
Dear all,
I have just implemented a gstreamer plugin for the Speex AEC,
but now I would like to extend it to a multichannel echo cancellation
I have been searching documentation about that but I could not find it
Where it is? If it doesn't exist? Could you add a short example showing
how do you think it should work?
or It's "just" necessary to:
init the multichannel echo
2010 Jun 07
0
No subject
it was mentioned that echo cancellation will not work if the playback and
capture is done on 2 different soundcard. I would like to know whether this
is true. I trying to use Speex Echo Cancellation on capture audio from a
webcam mic with the playback through my onboard audio.
Based on what is mentioned in the troubleshooting guide, does this mean that
I would never be able to get the Echo
2010 Nov 04
1
About Acoustic Echo Canceller
Hello.
I'm from Federal University of Rio Grande do Sul - Brazil and I'm
trying to adapt
speex_echo.h (speex-1.2beta3-win32) to our video-conference software code.
We are working on amplitude values, but I realised that in order to AEC
works, one has to convert amplitude to frequency and filter the echo
frequencies. So, my question is:
Do I have to manually convert amplitude samples to
2010 Nov 12
3
Speex development
Hi,
Just wanted to know, is speex still being developed? I was going through the
manual and its dated December 2007 for speex version 1.2 beta 3. As far as I
can see there doesnt seem to be any new versions since then, is there any
development work on speex?
regards,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Aug 29
3
Speex VAD always returning 1
From 1.2rc1 source code:
preprocess.c:
/* FIXME: This VAD is a kludge */
st->speech_prob = Pframe;
if (st->vad_enabled)
{
if (st->speech_prob > st->speech_prob_start || (st->was_speech &&
st->speech_prob > st->speech_prob_continue))
{
st->was_speech=1;
return 1;
} else
{
st->was_speech=0;
return 0;
}
} else {
return 1;
}
AND
case
2005 Aug 19
1
Echo cancellation questions
Hi!
I have a few questions considering echo cancellation algorithm in Speex:
1. In the manual it's stated that the delay between the input signal and the echo signal must be small. How small should it be? Is for example 100 ms acceptable?
2. Does echo cancellation algorithm deal well with situation, when one of the users of Speex-based VOIP application has "record-what-you-here"
2005 Oct 18
2
problems with echo cancellation filter
Hi!
there are some problems with echo cancellation filter from speex.
problem 1:
some noises, echo is removed, but sometimes you can hear some noises
instead of echo.
I was trying with many different parameters for buffer length (40ms and
20ms), filter length (from 100ms to 4s) and echo tail (2 to 5 buffers),
but could not find the right setting.
problem 2:
it happens that the filter
2007 Mar 22
2
Echo cancellation diagnostic code
> Thanks for the great work. It indeed helps to diagnose of echo
> canceller and narrow down the
> problem area.
Good, so it worked for you?
> I am not an expert in the signaling processing but I
> wonder if it is possible
> to add the linearity check in the echo_diagnostic function?
Theoretically, yes. In practice, I'm not sure how accurate it would be.
Do you have any
2011 Jan 19
3
About Sampling Rate Correction in acoustic echo cancellation
Hi all,
We have discussed so many about sampling rate asynchronous (or offset) between rendering (D/A converter) and capturing (A/D converter) of most PC soundcards. It seems all acoustic echo cancellers, include AEC in speex, can not deal with this trouble, because it causes a drift of echo path and also buffer overflow and underflow which jumps the delay of echo path seriously.
Unfortunately,
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
2010 Nov 12
1
Speex development
Essentially, the thing that's been holding up 1.2 was the AEC and
preprocessor. The codec itself is pretty stable and I do not really see
more work happening on it. As for the AEC and preprocessor, these are
really open-ended project and I lack sufficient time to take care of them.
Jean-Marc
On 10-11-12 03:27 AM, Ken Smith wrote:
> Basically, Speex is the brain child of Jean-Marc
2010 Jul 20
2
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
As for me - speex_echo_cancellation is a better choise. Try using it in
capture thread instead
of those speex_echo_capture and speex_echo_playback functions.
And please, describe your problem in details. Cause the fact that you
"didn get echo cancellation"
doesn't mean you are doing smth wrong.
Regards,
Anton A. Shpakovsky
-----Original Message-----
From: speex-dev-bounces at
2007 Mar 23
1
Echo cancellation diagnostic code
All I can say for now is that:
1) My diagnostic tool does funny things that need to be fixed
2) It was probably also getting confused by the clicks at the end of the
files
3) There seems to be odd things with your recordings, though I can't say
what that would be. Are you changing something during the recording by
any chance? Note that if a person close to the mic of speaker moves,
that
2005 Aug 29
1
Activate/Deactivate Hardware echo cancellation on TE406/TE411 when briging
Hi,
How would one activate/deactivate hardware echo cancellation on the
TE406 card?
Can it be done per channel?
I'm going to run TE406 in the following scenario:
ISDN -> TE406 -> PABX
I understand from Steve Underwood's site that echo cancellation is not
good for faxes (and they do that themselves).
So what I want to do and bypass echo cancellation for selected
extensions before
2005 Oct 11
3
R: echo cancellation
On Tue, 11 Oct 2005 10:36:51 +0200, Jean-Marc Valin
<Jean-Marc.Valin@USherbrooke.ca> wrote:
> Source code at:
> http://people.xiph.org/~jm/speexclient/
I rewritten my program so it is more similar to yours, I grabbed your code
for storing and retrieving echo, and I have better results, I think the
echo is cancelled in about 50% but it still can be heared. I think there
is a
2005 Sep 08
2
TE411P zapata.conf, monitoring echo cancellation and echo tail size
Hi all,
1. Just bought a new TE411P and about to install it replacing the existing
TE410P. I am assuming I need to set echocancel=no and
echocancelwhenbridged=no now that it will be done in hardware, correct?
2. Is there any way to monitor hardware echo cancellation to ensure it is
working (apart from being on a call)?
3. The Digium webite says "By supporting 16ms with 128 channels or
2010 Jul 15
3
Speex Echo Cancellation
> Message: 1
> Date: Thu, 15 Jul 2010 00:19:43 -0600
> From: devi at purpletalk.com
> Subject: [Speex-dev] Speex Echo Cancellation
> To: speex-dev at xiph.org
> Message-ID: <20100715001943.pr04hvtxsc8k04so at mail.purpletalk.com>
> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
> format="flowed"
>
> Hi
>
> I am using speex
2005 Jul 27
1
Help needed for echo cancellation
Hello all,
I use speex as codec [narrowband and wideband], echo canceller and preprocessor. I was able to use it in all case except in echo cancellation.
I found that in my application, echo cancellation works only if echo tail [echo filter length] is arround 2000 ms or more. But recomended value in the documentation is 100 ms. With 2000 ms echo tail echo cancellation works fine but it takes
2007 Mar 09
2
When to use Echo Cancellation cards?
In what scenarios non-Echo Cancellation cards (T1/E1/FXO) should be used ?
Don't all good and professional installations need echo cancellation cards?
Are there people out there with non-Echo Cancellation cards for T1 or 8 FXO
ports and who really don't have any echo issues and they are running serious
businesses?
--
Zeeshan A Zakaria
-------------- next part --------------
An HTML