search for: dwinstance

Displaying 3 results from an estimated 3 matches for "dwinstance".

Did you mean: distance
2010 Jun 28
1
ACE does not work for me at all.
...cess_ctl(_den_state, SPEEX_PREPROCESS_SET_VAD, &tmp); and following is how I cancel echo: I have a player class and a recorder class using windows wavein and waveout with waveInProc and waveOutProc event handlers void __stdcall WFAudioPlayer::WaveOutProc(HWAVEOUT hWaveOut,UINT uMsg,DWORD dwInstance,DWORD dwParam1,DWORD dwParam2) { if(uMsg != WOM_DONE) return; WFAudioPlayer* player = reinterpret_cast<WFAudioPlayer*>(dwInstance); if (player) { // get the frame to be played back next. tByte* nextframe = player->GetNextBlockFrame(); /** * No matter the following two lines are commente...
2016 Jul 11
0
[PATCH] wave_out: fix casts
...out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wave_out.c b/src/wave_out.c index 57b5703..0f871b9 100644 --- a/src/wave_out.c +++ b/src/wave_out.c @@ -71,7 +71,7 @@ Box ( const char* msg ) */ static void CALLBACK -wave_callback ( HWAVE hWave, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2 ) +wave_callback ( HWAVEOUT hWave, UINT uMsg, DWORD_PTR dwInstance, DWORD_PTR dwParam1, DWORD_PTR dwParam2 ) { if ( uMsg == WOM_DONE ) { EnterCriticalSection ( &cs ); @@ -125,7 +125,7 @@ Set_WIN_Params ( FILE_T dummyFile , outFormat.nBlockAlign = (o...
2009 Feb 27
0
Wine release 1.1.16
...e unused macros. vwin32.vxd: Remove superfluous pointer casts. rpcrt4: Remove superfluous pointer casts. mshtml: Remove superfluous pointer casts. gdi32: SetAbortProc is not a 16bit function but a 32bit one. wintrust/tests: Fix typos in ok() strings. msacm32.drv: dwInstance, dwParam1, dwParam2 and dwUser are DWORD_PTRs. msacm32: Split out the 16bit parts of the private header. msacm32: Fix some Win64 problems. shell32: Remove superfluous pointer casts from macros. shell32: Remove superfluous pointer casts. qcap: Remove superfluous pointer...