Displaying 20 results from an estimated 2000 matches similar to: "some echo cancellation tests"
2008 Aug 23
1
Echo canceller
I am using 'portaudio' and 'speex' to implement a speech audio
capture/playback.
Preprocess works fine but not the echo canceller (associated with
preprocessor).
I have read 'testecho.c' but it didn't help me.
What I am doing bad? This is my implementation:
One thread to capture and playback, both are different functions called in
different times directly from
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.
2005 Oct 11
2
echo cancellation
Hi!
I want to use speex for echo cancellation in my program, but I have bad
results.
I will explain what my program does. it is a client-server application.
I run a server in room A and a client in room B. the client sends some
voice to the server and the server plays it on loudspeakers. I run another
server in room B and connects to it from room A using the same application
that runs
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 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
2013 Aug 08
0
echo cancellation (power19550114fover)
________________________________
From: "speex-dev-request at xiph.org" <speex-dev-request at xiph.org>
To: speex-dev at xiph.org
Sent: Wednesday, August 7, 2013 11:43 PM
Subject: Speex-dev Digest, Vol 110, Issue 1
Send Speex-dev mailing list submissions to
??? speex-dev at xiph.org
To subscribe or unsubscribe via the World Wide Web, visit
???
2006 Oct 27
0
Echo Canceller trouble in 1.2beta1
> 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?
Just use SPEEX_ECHO_GET_SAMPLING_RATE to let the aec know what sampling
rate you're using (default is 8000).
> Also, are there any tunable parameters besides tail length? I am
> wondering about the aggressiveness of
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
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
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
2008 Sep 07
1
Echo cancelling results
Hi,
I wanted to play around with the echo canceller so I tried the testecho
program.
As speaker sound I fed it with a 440 Hz sine wave, and as mic with a 550
Hz + 440 Hz sine waves sound (but the 440 Hz component half the amplitude).
I kind of expected to get a somewhat clean 550 Hz sine out, but it
doesn't seem to work that way.
Are there better samples I can use with testecho to see
2006 Jul 19
0
echo cancellation seg faults
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 packets that are being played currently and audio
packets that are captured from the mic.
Since the audio packets being played came from machine B (as in a
normal VoIP call), could this be a potential problem? As the
packets being compared
2006 Jul 19
0
echo cancellation seg faults
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 to the problem? I wonder why it would not
find its mirror image as an echo and do echo cancellation?
Any insight is appreciated. If you need some more data, tell me.
Thanks
-Anurag
Quoting ac2491@columbia.edu:
>
2006 Dec 05
0
problem with echo cancellation
Hi Julia,
Version 1.2-beta1 has a bug in the echo canceller. Try either svn or
1.1.12 -- or apply this patch to 1.2beta1:
https://trac.xiph.org/changeset/11882
Jean-Marc
julia rg a ?crit :
> 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
2007 Nov 13
0
problem with speex and iaxclient
Hi All,
I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 .
When the makefile try to compile the sample code testcall I have the following mistales:
gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a
2006 Jul 19
0
echo cancellation seg faults
Hi,
I tried keeping it for a very long time and put logs there and it
always went to not adapting.
This is how I initialize speex_echo_cancel
SpeexEchoState* _echoState = speex_echo_state_init(160, 320*10);
I have 20 msecs of audio with 16bits for a sample.
If two frames are identical and are given to speex_echo_cancel for
many iterations, should I expect silence.
Thanks
-Anurag
Quoting
2016 Mar 07
2
Asterisk now available with bundled pjproject!
On Mon, Mar 7, 2016 at 2:53 PM, Jean-Denis Girard <jd.girard at sysnux.pf>
wrote:
> Hi,
>
> Le 07/03/2016 09:28, George Joseph a ?crit :
> > PLEASE TRY THIS!! I'd love some feedback BEFORE 13.8.0 is released.
>
> I have tried GIT-master-ee5a944M on my Fedora 23 test server, and got:
>
> [pjproject] Unpacking /tmp/pjproject-2.4.5.tar.bz2
> [pjproject]
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
Hi Folks,
I am having trouble using speex_echo_cancel. As a starting point, I am
using the testecho.c source code. I compiled the 1.2beta1 version. I
have not tried any other versions of speex.
The document says that the order of arguments to Speex_echo_cancel is
(echo_state, input_frame, echo_frame, output_frame, residue) where
"input_frame" is as captured from mic and