Displaying 20 results from an estimated 36 matches for "elston".
2010 May 11
2
AEC - Echo is cancelled however.....
...eed enough data in order
to get a good S/N.
I compute the cross-correlation between 1.5 second data of each
signals. In this way the application detection of any anomalies is
quite slow.
I am looking for something faster, but I fear it will be something
very application dependent.
Marco
2010/5/11 Elston Sa <jose at rebaca.com>:
> Marco,
>
> Thank you for your response.
>
> Is there a way I can determine if the synchronization is perfect or not? If
> not by how much it is off.
>
> - Elston
>
> -----Original Message-----
> From: Marco Pierleoni [mailto:pierleon...
2010 May 11
2
AEC - Echo is cancelled however.....
2010/5/11 Elston Sa <jose at rebaca.com>:
> Is there an API in speex or have you implemented your own?
I don't know if there is an API in speex for this, probably not. There
is a test for AEC which does something very similar.
I implemented it starting from a FFT library. It is quite easy to do.
>...
2010 May 10
6
AEC - Echo is cancelled however.....
...he application. I confirm that I am not re-initializing the echo
state after the session starts.
Is this normal? Is there any way I can keep the echo state to what it was
when the participant not speaking.
Also, any pointers on why I get a feeble echo back would be greatly
appreciated.
Thanks,
Elston
2010 May 11
0
AEC - Echo is cancelled however.....
...that I start in perfect
sync. When I run echo canceller on the first stream there is perfect echo
cancellation and on the second stream the echo is subdued. The echo is not
very audible unless you listen at high volume. Although this is acceptable,
I would like to know if you see similar issue.
-Elston
-----Original Message-----
From: Marco Pierleoni [mailto:pierleoni.m at gmail.com]
Sent: Tuesday, May 11, 2010 7:30 PM
To: Elston Sa
Cc: speex-dev at xiph.org
Subject: Re: [Speex-dev] AEC - Echo is cancelled however.....
2010/5/11 Elston Sa <jose at rebaca.com>:
> Is there an API in s...
2010 May 11
0
AEC - Echo is cancelled however.....
Is there an API in speex or have you implemented your own?
I am currently trying to find one. But if you could point me to one it will
reduce my search time. :)
Many Thanks,
Elston
-----Original Message-----
From: Marco Pierleoni [mailto:pierleoni.m at gmail.com]
Sent: Tuesday, May 11, 2010 5:55 PM
To: Elston Sa
Cc: speex-dev at xiph.org
Subject: Re: [Speex-dev] AEC - Echo is cancelled however.....
I usually use the cross-correlation between the speaker signal and the
mic...
2010 May 10
1
AEC - Echo is cancelled however.....
...sure why it keeps repeating every
time the user stops / pauses and starts speaking again in a single session.
I am using a laptop with standalone speakers. For echo cancellation to work
one has to make sure that the ref and echo buffers are synchronized. I guess
this is the most common problem.
-Elston
-----Original Message-----
From: Anton A. Shpakovsky [mailto:saa at tomsksoft.com]
Sent: Monday, May 10, 2010 2:43 PM
To: Elston Sa; speex-dev at xiph.org
Subject: RE: [Speex-dev] AEC - Echo is cancelled however.....
Well, AFAIK AEC engine needs time to adapt. So probably that's why at
the b...
2010 May 11
0
AEC - Echo is cancelled however.....
Marco,
Thank you for your response.
Is there a way I can determine if the synchronization is perfect or not? If
not by how much it is off.
- Elston
-----Original Message-----
From: Marco Pierleoni [mailto:pierleoni.m at gmail.com]
Sent: Monday, May 10, 2010 3:46 PM
To: Elston Sa
Subject: Re: [Speex-dev] AEC - Echo is cancelled however.....
Hi Helton,
it is now several months that I am using the AEC speex. I experienced
very good performanc...
2006 Aug 31
2
vim timestamp issues on CIFS mounted shares
...through NFS
or other means. Here's a run-down of my specs if it helps:
OS: Fedora Core 5 Linux
Kernel version: 2.6.17 (from 2.6.17-1.2174_FC5 RPM)
Samba version: 3.0.23b (from samba.org provided RPMs)
/etc/fstab:
//SERVER/SHARE /PATHTO/MOUNTPOINT cifs
auto,setuids,user=XXX,password=XXX,gid=celston,uid=celston,dir_mode=0775,file_mode=0664 0 0
As I mentioned, the only post I found through some Google searching was
the one from above. If this has been covered before, I apologize. I
appreciate any feedback.
Chris Elston
2006 Mar 09
4
habtm questions
I''ve got some of this working but other parts are ellusive.
I have
CREATE TABLE `bags` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '''',
PRIMARY KEY (`id`)
CREATE TABLE `packages` (
`id` int(255) NOT NULL auto_increment,
`name` varchar(255) NOT NULL default '''',
PRIMARY KEY (`id`)
CREATE TABLE
2010 May 10
0
AEC - Echo is cancelled however.....
...? I mean laptop or arbitrary
acoustic system? I'd like to know, cause I couldn't get enough echo
cancellation with speex in my environment with
standalone speakers AT ALL.
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On
Behalf Of Elston Sa
Sent: Monday, May 10, 2010 3:41 PM
To: speex-dev at xiph.org
Subject: [Speex-dev] AEC - Echo is cancelled however.....
1) Everytime a participant speaks there is a echo for a short duration
(maybe a word or two) but as the participant continues to speak without
a
any break the echo is 95% cance...
2006 Mar 21
4
habtm > join()
I''m trying to pull ou the ''name'' field for each of my associated rows
and pass it as a string of names. I''m missing something obvious here
but I thought @bag.packages.name.join(", ") would work.
do I have to loop through @bag.packages? that seems like the long way.
thanks
-zac
--
Posted via http://www.ruby-forum.com/.
2006 Jan 27
2
simple stuff in rails rhtml
after playing with the DB interaction I''m moving on to doing some file
IO. but I''m completly lost as to where to put the code and how to call
it.
I''m trying to get a list of files in a directory and it''s not obvious to
me how to do this in Rails via a controller method.
so ruby code is
Dir.entries("testdir").last
and html code is
<%=
2009 Sep 15
1
FIXED_POINT
...coded with the same fixed point version. Does fixed point version work at
all?
Following are the command line settings;
Samplerate; 48000
Channels: 2
Framesize: 256
Bytesperpacket: 1024
Complexity: 10
Note that the floating point version works fine with the above settings.
Thanks,
Elston
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20090915/8041f5e4/attachment-0002.htm
2005 Apr 07
3
Fitting a mixed negative binomial model
Dear list members,
I want to fit a nonlinear mixed model using the nlme command. My dependent
variable takes the form of event counts for different countries over a
number of years, and hence I was going to fit a mixed effects negative
binomial model. The problem, as far as I can glean from Pinheiro & Bates
2000, is that I need a model that is not normal in the errors. All the
models they
2006 Feb 24
2
reloading in development
I''ve just started getting so odd symptoms working with webrick. I use
TextMate editing my rails apps over a CIFS mount on the server.
Usually when I "edit/save/reload" a page I see the new changes.
However I''ve started getting the same old data and now have to
frequently restart the webrick server to get my changes to render.
What is available to debug on this to
2006 Apr 03
1
singular table names testing
I''ve demoed my rails app and now have to move it to a MSSQL DB. the big
problem I''m running into is the table name conventions I have to use.
I have to use names like tbl_Transfer & tbl_User. In my tests on the
console, I am trying
myvar = tbl_Transfer.find_by_sql("select top 1 * from tbl_Transfer")
NameError: undefined local variable or method
2006 Apr 20
1
error on stpexec : ROR on Linux with SQLServer Connection
So I got my rails app to connect to the SQLServer via ODBC, and I can
model/scaffold, yada yada..
but when I need to exec a stored proc using sql_server.rb I get
undefined local variable or method `connection''
how can that be, if I can connect for everthing else?
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Mar 01
2
kickstarting with rails routing problem
I''ve rewritten my kickstart cgi in rails with DB acces to the host list
and the testing is perfect. I can send the macaddress in the
HTTPrequest Header, rails looks up the macaddr in the machine db and
spits back out a kickstart file for the machine..
however in real world usage what I get is a request for
http://server//kickstarts/kickme which rails fails with
192.168.20.176 - -
2006 Mar 16
2
how to limit standard layout on action
I have an action/view that I need to return only data (other external
processes query this action/view) but I need the standard_layout
template to be attached to the other actions/views in the same
controller. ie, the editing of the data in the model needs to include
all the navigation, except one view which should just return a
text/plain output.
how do I say "include
2006 Feb 01
1
SwitchTower & CVS repository
Is there a document describing the configuration of SwitchTower with CVS
repos? specifically what do I do with the "set :repository " line?
"http://cvs/#{application}/trunk" ain''t gonna work.
thanks
--
Posted via http://www.ruby-forum.com/.