Displaying 5 results from an estimated 5 matches for "overcompensate".
2011 May 25
2
AEC learning behaviour
On Tue, 2011-05-24 at 11:09 -0400, Jean-Marc Valin wrote:
> The fact that the AEC takes a few seconds to converge is normal. The
Do you think there might be a way to reduce this?
> fact that it needs to completely re-converge in the middle of a call
> probably indicates that something went "wrong" in the audio
> capture/playback. For example, that could be an
2011 May 25
1
AEC learning behaviour
...uce this?
> The shorter you make the tail length the faster it will adapt. But this
> will make it more important to reduce HW/SW latency so that you don't
> waste the first part of the tail length on latency that will never have
> useful audio to adapt on. Also be careful not to overcompensate for
> latency, because then the AEC will see the recorded echo before the
> played back signal, and it will break its assumption of causality (that
> is that the recorded signal does not come before the played back signal).
>>> fact that it needs to completely re-converge in th...
2011 May 25
0
AEC learning behaviour
...ight be a way to reduce this?
The shorter you make the tail length the faster it will adapt. But this
will make it more important to reduce HW/SW latency so that you don't
waste the first part of the tail length on latency that will never have
useful audio to adapt on. Also be careful not to overcompensate for
latency, because then the AEC will see the recorded echo before the
played back signal, and it will break its assumption of causality (that
is that the recorded signal does not come before the played back signal).
>> fact that it needs to completely re-converge in the middle of a call...
2011 May 17
1
Smooth contour of a map
I'm a French developer (so I am sorry if my english is not perfect). I have a problem to smooth the contours of a map. I have a dataset with 3 columns, x, y and z, where x and y are the coordinates of my points and z is evaluate to a qualitative elevation and his representation is a set of colors, which is define by levels.
The problem is the curve of my contour is so linear, and I would like
2006 Jul 17
18
Inserting datetime value into SQL Server
I have a SQL Server column named StartTime of (SQL Server) type datetime
If I attempt to set the attribute using
public
def StartTime=(time)
write_attribute(:StartTime, "{ts ''1899-12-30
#{time.hour}:#{time.min}:#{time.sec}''}")
end
it''s inserting a NULL value.
Anyone else able to successfully insert a date time value into a SQL
Server table using