search for: cancelleor

Displaying 2 results from an estimated 2 matches for "cancelleor".

Did you mean: cancelled
2007 Dec 06
1
Echo cancellor on Windows, a few questions.
...e echo cancellation like this: if (nsamples == 160){ speex_echo_cancellation(echo_state, (short *)pseg->samples, remote, unechoed); q = unechoed; } I have also initialized the echo cancellor like this: echo_state = speex_echo_state_init(160, 8000); My issue is simply that the echo cancelleor is making almost no difference to my echo at all. any ideas? Q1. is there a way to determine if the echo cancellor managed to lock in or not? Q2. does anybody have a working code with wave apis? Q3. is the speech processor necessary for the echo cancellor to work? what is the difference betwee...
2007 Dec 04
2
[PATCH] Add Visual Studio 2008 Prject files
On Dec 3, 2007 1:24 PM, Stefan Reuther <streu@gmx.de> wrote: > John Miles wrote: > > What's wrong with a plain old .bat file, or even an NMAKE .mak file? > > Ship two files, debug.bat and release.bat, and call it good. > > > > It is best to leave project-file creation up to individual users, > > in my opinion. > > I second that. When I played around