Displaying 20 results from an estimated 2000 matches similar to: "memory requirements for AEC"
2006 Oct 24
1
fixed point AEC
Thanks Jean, I missed that detail. 
   
  I have a few more compile errors if you could help me with it =>
   
  In function speex_echo_state_init in mdf.c I am getting error: "undefined reference to exp". I don't see a fixed point implementation of "exp". Can you point me to the correct files.
   
  I am using the following files from speex 1.2 beta1 =>
  mdf.c,
2006 Oct 24
2
fixed point AEC
Analog Devices sponsored a fixed point version for AEC which was posted early this year, but it seems from the source code that the fft routines are still in floating point. Is the port still not complete or am I missing something? Has anyone out there ported speex AEC on RISC architecture? Please let me know.
   
  Thanks in advance,
   
  -Deepa
-------------- next part --------------
An HTML
2007 Nov 27
1
Packages for Animal Models & QG analyses
Hi,
 
I am looking to do some quantitative genetic analyses using animal models
and was wondering if someone could suggest an appropriate package in R.  It
would help if it was similar to the ASReml genetic analyses software.
 
Thanks,
 
Deepa Senapathi
 
Deepa Senapathi
Centre for Agri-Environmental Research (CAER)
School of Agriculture, Policy & Developement.
University of Reading
2001 Jun 11
2
scp error !
I get the following error when trying to execute 
scp -v dveerava at keg:perl5.tar.gz root at boris:scptest
error:
....
Executing: program /usr/bin/ssh host boris, user root, command scp -v -t
scptest
You have no controlling tty.  Cannot read passphrase.
....
Can someone help me...
Txs,Deepa.
2001 Sep 27
3
sftp error on LynxOs
I am trying to initiate an sftp session from a Linux (Redhat) to a LynxOs
machine (where i have ported opnessh-2.9p1) and configured without PAM
support (as I was not able to find PAM version for LynxOS operating system)
I get the following error:
$ sftp -P /home/telica -l telica -v ben
select: Bad file descriptor
read: Input/output error
sftp>
Can somebody help me asap on this?
2006 Oct 03
2
speex-1.2beta1 AEC garbles up audio unless compiled with --enable-fixed-point
Greetings everyone,
I was about to compare AEC performance between 1.1.12 and 1.2beta1 when 
I noticed something.
If I configure (and compile) speex-1.1.12 with
./configure --enable-shared=no --enable-static=yes
it compiles and works as expected: I can run a mic and speaker signal 
through testecho, it runs in a reasonable amount of time (about 23 secs 
for 3 minutes of audio) and I get back
2006 Oct 04
2
speex-1.2beta1 AEC garbles up audio unless compiled with --enable-fixed-point
I'll try to make some shorter samples later, but for now here are the 
ones I have tried with:
http://www.surfnonstop.com/~bandit/speex/1.2beta1_AEC_garble/
The original recordings are in mic.raw and spk.raw.
Jean-Marc Valin wrote:
> You may have triggered an instability problem. Can you upload your files
> somewhere so I can have a look at them?
>
> 	Jean-Marc
>
> Andras
2012 Jan 30
1
Help required
Hi
I use dovecot on CentOS. It was installed and configured by some other
person who doesn't work here anymore. I am trying to renew ssl. But the
command works fine and restarts the dovecot. But the license shows the same
old expiry. Can you please help me with the same.
When I type in dovecot --version, I get command not found. Please guide me!
Regards,
-- 
Deepa Malleeswaran
2009 Mar 17
1
Adding labels to heatmaps from image()
Hi,
I have been trying to add labels to the rows of a heatmap produced using image() function. It is simply not working. Here is what I did.
A2Rplot.hclust(hcc,k=length(num),col.up="black",col.down=num,lty.up=2,lty.down=1,lwd.up=1,lwd.down=2,show.labels=FALSE)
#used the above external program to create a colored dendrogram
xsort <- x[1:nrow(x), hcc$labels[hcc$order]]
2001 Jun 20
0
FW: FW: behaviour of sshd in debug mode
Whoever can help me...
pls find attached the loggings for the openssh sessions from
local(host=keg;redhat linux) to remote (host=ben;lynxos)
The issue is when I run sshd in debug mode  and try to logon from local,
password authentication succeeds, but if I run sshd as a daemon, it fails.
sshlocal.txt >>> logging at local when sshd is not run with debug option
sshlocal...txt >>
2007 Dec 04
3
speex/aec and vad
Hi Aymeric,
> 2 questions:
I count 4 :-)
>  * Do you "feel" that the current svn is enough stable
Yes. I'm planning on releasing it as 1.2beta3 this week. Even in normal
time, I try to keep svn in good shape so it is almost always better than
the last release. And even when it breaks, Speex bugs tend to be very
obvious and easy to reproduce (no segfaults that happen once a
2009 Jul 06
2
AEC with different soundcards
The problem with different sound cards is that their clocks are not 
usually synchronized, and therefore the clock drift adds a non-linear 
factor to the audio path. The AEC can only cancel linear changes to the 
audio path, and so the AEC never converges.One solution is to measure 
the clock drift and resample either the input or output signal so that 
they *are* synchronized, and then the AEC
2016 Apr 04
2
RFC: Constant folding math functions for long double
On Mon, Apr 04, 2016 at 09:49:24AM -0700, Reid Kleckner via llvm-dev wrote:
> An optional MPFR dependency would also be pretty painful. I expect it will
> frequently be missing and will not be exercised by most buildbots.
IMO if constant folding of transcendental functions makes a significant
difference for your program, you likely are doing something strange
already. I don't think it
2006 Sep 28
2
need a help for using AEC
speex-devDear Jean-Marc Valin 
     I got some problems with evaluating the AEC module of speex. I wrote a test main function and compiled it with the speex lib in VC6.0, it initialized the AEC state and called the AEC main function in the same way as what was done in testecho.c. The near-end input wave file was a simple delaying and adding version of the far-end input wave, eg. y(n) =
2006 Nov 09
2
A few Speex AEC+preprocessor examples
Andras Kadinger wrote:
> I have now found a testcase where SVN AGC starts out good, but then it
> keeps increasing the gain but never decreasing it, and eventually goes
> out through the roof, during the same single recording.
I've been doing massive changes in the svn preprocessor, so I'm not too
surprised I broke the AGC, because I haven't updated it. Did it also do
that in
2006 Aug 08
2
How to use aec correctly?
Hi,all
  I have tested AEC on files, it works well.I have some files,one is echo
file, others are echo-added files(an origin file adding echo at different
delay,such as 20ms,40ms...120ms,140ms).AEC do wonderfully on those files
except echo added at 140ms-delay.
  But ,when i use AEC in my voip project, it does feebly. Who can give me
some hints why caused this.How long can  sound be picked up by
2007 Jul 20
2
Server Side AEC
Hi,     
  I am looking for AEC software which can be run on the server side. This means there will be a fairly constant 600ms or so gap between sending out an audio frame and getting it back with echo. Could Speex AEC be configured to handle these conditions? If so, how good can I expect it to be? 
   
  Thanks
   
   
       
---------------------------------
 Yahoo! Mail is the world's
2009 Aug 11
2
AEC troubleshooting
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20090811/ad615b2a/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: comunip.gif
Type: image/gif
Size: 1663 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20090811/ad615b2a/attachment.gif
2009 Aug 11
2
AEC troubleshooting
I actually forgot to mention that I'm using ultra-wideband mode, but seems
like you understood that anyway. Is this true that Speex echo cancellation
only performs well in narrowband mode !?
I've been using 100 ms as the default tail length. I don't know what the
ideal tail length would be. I have tried shorter and longer tails but it
hasn't made any difference.
Does
2011 Jan 08
1
Distorted output in fixed-point AEC
Hi Jean-Marc, thanks for the response.
First, I will clarify again that floating-point solves this - so isn't that a bug in fixed-point?
Also, I understand that algorithmically the AEC won't cancel echo properly on a non-linear signal, but why completely distort the output? 
If the echo just won't get cancelled it would be acceptable, but in the current state it disables the ability to