search for: archila

Displaying 6 results from an estimated 6 matches for "archila".

2004 Aug 06
1
More Speex (pre-processing) Options
...ain extend for me, and does not seem to completely remove noise from sound card. Even if you unplug the microphone, it still could not get rid of the noise. Any idea how it could be totally eliminated ? <p>Thanks <p><p>-----Original Message----- From: Tom Harper [mailto:harper@archila.com] Sent: Wednesday, November 26, 2003 10:18 AM To: speex-dev@xiph.org Subject: Re: [speex-dev] More Speex (pre-processing) Options Hi, Thanks, that gave me some ideas. I have tried calling speex_echo_cancel and speex_preprocess separately and jointly, with a number of different filter length...
2004 Aug 06
2
More Speex (pre-processing) Options
...the outgoing frame (that has only the echo) and out is the echo-cancelled frame. As for Yout, it is an estimation of the residual echo that can be sent to the denoiser so that residual echo can be removed as well. Note that this last feature is still experimental." <p>Tom Harper (harper@archila.com) wrote: > > Hi, > > So I have had a chance to delve deeper into the new pre-processing > code- I was also able to get VAD, AGC, Denoising, etc working inside of the > current release candidate (1.0.3). For some reason, the 1.1.2 > release didn't properly encode/de...
2004 Aug 06
1
More Speex (pre-processing) Options
...and out is the echo-cancelled frame. As >> for Yout, it is an estimation of the residual echo that can be sent to >> the denoiser so that residual echo can be removed as well. Note that >> this last feature is still experimental." >> >> >> Tom Harper (harper@archila.com) wrote: >> > >> > Hi, >> > >> > So I have had a chance to delve deeper into the new pre-processing >> > code- I was also able to get VAD, AGC, Denoising, etc working >> inside of the >> > current release candidate (1.0.3). For som...
2004 Aug 06
0
More Speex (pre-processing) Options
...nclude: I'm really happy with the AGC + denoiser. Adjusting the mic volume level is no longer necessary, and having the denoiser automatically adapt to changing noise conditions is valuable. If echo cancellation worked, that would be the icing on the cake. Tom <p>Tom Harper (harper@archila.com) wrote: > > Hi, > > So far there does seem to be an improvement in open air mike noise vs. > no denoising, especially in terms of handling feedback- but that is just on > my laptop, which is far quieter than a desktop sound card might be- As far > as removing it completel...
2004 Aug 06
0
More Speex (pre-processing) Options
...me (that has only the echo) and out is the echo-cancelled frame. As >for Yout, it is an estimation of the residual echo that can be sent to >the denoiser so that residual echo can be removed as well. Note that >this last feature is still experimental." > > >Tom Harper (harper@archila.com) wrote: > > > > Hi, > > > > So I have had a chance to delve deeper into the new pre-processing > > code- I was also able to get VAD, AGC, Denoising, etc working inside > of the > > current release candidate (1.0.3). For some reason, the 1.1.2 > &gt...
2004 Aug 06
2
More Speex (pre-processing) Options
Hi, So I have had a chance to delve deeper into the new pre-processing code- I was also able to get VAD, AGC, Denoising, etc working inside of the current release candidate (1.0.3). For some reason, the 1.1.2 release didn't properly encode/decode in our system (on windows) and I haven't had time to determine why. In any case, all of the features jointly work very well- great job! I