Displaying 20 results from an estimated 20000 matches similar to: "help on eco-cancellation."
2009 Oct 08
1
2 weeks lost in the AEC world
Hi,
my VoIP system uses speex with framesize = 160 samples(20 ms) at 8khz,
sending and receiving paquets of 1600 samples(200 ms).
When I receive a packet, I buffered it (I have also tried with
speex_echo_playback) before sending to the speaker.
When I capture from microphone, I fist remove DC offset (I saw in OPAL
sources) and then I call speex_echo_cancellation for every one of the 10
2006 Jun 07
7
AEC frame size
?
hi all,
i am using the Acoustic Echo Cancellation from "Speex 1.1.12 version" in my VOIP application. Is it that the frame length to be chosen should always be 20ms or can i have flexibility in chosing the frame lenght?
on what parameters does the frame length choise depends?
thank you all,
Shri.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 May 07
1
Sprockets, JST, Eco and escaping
While it was a good move from Rails part to escape ERB <%= %> tags by
default, it doesn''t seem to happen to Sprockets as well.
The strange bit is that according to Sprockets documentation, it would
be just a matter of naming your template as .jst.eco to enable Eco:
https://github.com/sstephenson/sprockets#javascript-templating-with-ejs-and-eco
Then, extracted from Eco
2007 Jul 18
1
creating a world map of eco-climatic zones
Hello R users:
I would like to produce a world map with countries colored according to whether
they fall into one of 7 eco-climatic zones. For simplicity, each country is
allocated to exactly 1 eco-climatic zone. For this purpose I have looked at the
map and mapdata packages, which contain world maps composed of polygons (1 for
each country, it seems). Each of the polygons can be referred to by a
2006 Jun 26
1
Re: AEC frame size
Jean-Marc Valin <Jean-Marc.Valin <at> USherbrooke.ca> writes:
>
> Le mercredi 07 juin 2006 ? 10:03 +0000, shridhar desai a ?crit :
> >
> > hi all,
> > i am using the Acoustic Echo Cancellation from "Speex 1.1.12 version"
> > in my VOIP application. Is it that the frame length to be chosen
> > should always be 20ms or can i have
2020 Jan 08
0
Hardware compatability report: Eaton Ellipse ECO 1600
Here is a Compatibility Report for the Eaton Ellipse ECO 1600 UPS. Roger
battery.charge: 100
battery.charge.low: 20
battery.runtime: 1575
battery.type: PbAc
device.mfr: EATON
device.model: Ellipse ECO 1600
device.serial: 000000000
device.type: ups
driver.name: usbhid-ups
driver.parameter.lowbatt: 37
driver.parameter.offdelay: 30
driver.parameter.ondelay: 40
driver.parameter.pollfreq: 30
2010 Jul 20
0
[SPAM] [BombData][alltestmode] Re: Speex Echo Cancellation
Anton A. Shpakovsky <saa <at> tomsksoft.com> writes:
>
> 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
2010 Jan 03
0
[R-sig-eco] How to create axes in arbitrary positions?
Dear Zongshan Li,
I'm forwarding this back to r-help ... it's generally best to keep the
conversation going in public, so that (a) other people can chime in with
ideas and suggestions, (b) your question doesn't get lost if the
original respondent doesn't have time to deal with it, (c) the answers
are archived for future reference.
Your example (I've attached it, hope it
2004 Dec 22
0
eco 1.0-1 released
Hi all,
We would like to announce the release of our software, which is now
available through CRAN.
=====================================================================
eco: R Package for Fitting Bayesian Models of Ecological Inference in
2 by 2 Tables
Abstract: eco is a publicly available R package that fits parametric and
nonparametric Bayesian models for ecological inference in 2 by
2
2004 Dec 22
0
eco 1.0-1 released
Hi all,
We would like to announce the release of our software, which is now
available through CRAN.
=====================================================================
eco: R Package for Fitting Bayesian Models of Ecological Inference in
2 by 2 Tables
Abstract: eco is a publicly available R package that fits parametric and
nonparametric Bayesian models for ecological inference in 2 by
2
2010 Feb 19
0
Echo cancellation ot working
Hi,
I am developing real time audio application and I need to cancel echo. First I tried to make simple echo cancellation test application to test if my code will work. I make a call with two SIP phones (one with speakerphone). I dumped the RTP streams via wireshark and dumped it to the PCM 16 audio (8000 samples). 160 samples per 20ms and I used 640samples tail.
I try this test data on the
2005 Oct 11
0
R: echo cancellation
Hi,
I implemented the echo cancellation from speex in my Windows VOIP-client VoIPerized --> www.voiperized.com
Greetings Jeroen de Kleijn
-----Original Message-----
From: speex-dev-bounces@xiph.org on behalf of hs
Sent: Tue 10/11/2005 4:02 PM
To: speex-dev@xiph.org
Cc:
Subject: Re: R: [Speex-dev] echo cancellation
On Tue, 11 Oct 2005 10:36:51 ?, Jean-Marc Valin
2008 Oct 02
0
Stand-alone echo cancellation
Mike Ball a ?crit :
> We?re investigating acoustic echo cancellation solutions for a speech
> application. Our hardware will be a TI C64x+ series processor (DM6467)
> which has both a DSP and ARM9 core. Our audio will be sampled at 8kHz
> and fed in through the I2S ports on the DM6467, echo cancelled, and then
> encoded in G.711. As such, I?m really interested in the echo
>
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 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
2005 Oct 11
0
R: echo cancellation
Source code at:
http://people.xiph.org/~jm/speexclient/
Le mardi 11 octobre 2005 ? 10:37 +0200, Roberto Della Pasqua a ?crit :
> Hi,
>
> Indeed I too have troubles implementing echo removal,
> I like ask kindly to Jean-Marc (or any other) if him can put a source code
> demo to show us how to use effectively echo removal API and parameters in
> real case scenario.
>
> A
2006 Oct 27
1
Echo cancellation in speex 1.2 beta1 problem
Hi Speex Developers,
I'm Andrey Zhukov, the developer of PI-CONSULT GMBH company.
Building a voip application that uses your libraries, i have found the strange problem with the latest version of Speex Libs.
Our application works under win32, and i used before version speex 1.1.12 ( were built from sources).
It seems i have resolved the known problem with clock drift of audio cards using
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
2010 Feb 22
0
Speex echo cancellation and denoise issues
Hi All
I am using speex in one of my WinCE project.
I have been trying to use speex to perform denoise on the captured audio
packet and echo cancellation. Following behavior I have observed while using
various options. I would really appreciate if you could help me with the
issues I am facing.
1. Denoise: I have written the following to code to perform denoise.
//To initialize speex
2014 Oct 10
0
Echo cancellation problem
Hello again,
I want to ask a question in my mind by reminding the topic below.
Can the reason of failing be that Codec,which plays sound, and Mic are connected the different clock source?
If it is because of that, what can I do to cancel the echo? Isn't there any solution for this? Is asynchronus speex functions for this?
Best Regards,
KAHYA
PS: Sorry for my bad english.
From: ?evket K?r?ad