Displaying 4 results from an estimated 4 matches for "unecho".
Did you mean:
necho
2007 Dec 06
1
Echo cancellor on Windows, a few questions.
...waveOutUnprepareHeader(waveOut, phead, sizeof(WAVEHDR));
memcpy(remote, pseg->samples, 160 * sizeof(short));
Second, each time i get samples from the mic, i do the 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...
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
2018 Nov 29
0
Wine release 3.0.4
...roll}.
ole32: Partially implement OleCreateStaticFromData() for OLERENDER_FORMAT.
Jason Edmeades (6):
cmd: for /f fails to launch quoted program plus args.
cmd: Correct handling of %~0 for batch call.
cmd: Handle whitespace in 'for' argument items.
cmd: Handle unechoed rem commands inside a (..) section.
cmd: Handle special case tokens=* in for /f.
cmd: Handle "for" loop handling of tokens, where * does not follow a number.
Józef Kucia (1):
wined3d: Allow copying between different texture types.
Kai Krakow (1):
winebus.sys: D...
2018 Sep 14
0
Wine release 3.16
...le NULL in ITextServices::{TxGetHScroll, TxGetVScroll}.
ntoskrnl: Add FsRtlIsNameInExpression stub.
Jason Edmeades (3):
cmd: Handle whitespace in 'for' argument items.
cmd: Handle "for" loop handling of tokens, where * does not follow a number.
cmd: Handle unechoed rem commands inside a (..) section.
Josh DuBois (1):
ntdll: Use root of c: drive as fallback cwd during startup.
Józef Kucia (20):
dxgi: Fix dxgi_output_QueryInterface().
d3d11: Normalize D3D11_BLEND_DESC.
d3d11: Pass normalized D3D11_DEPTH_STENCIL_DESC to wine_rb_put()....