search for: waveoutopen

Displaying 7 results from an estimated 7 matches for "waveoutopen".

2005 Jul 20
1
Build under XP with mingw
...he build completes successfully and speexenc works fine, encoding well-sounding voices; the problem comes with speexdec which always crashes when trying to use the sound card. I've worked a bit around it and it crashes always in module wave_out.c. In details, the cause seems to be the use of waveOutOpen function, at line 128: [...] switch ( waveOutOpen ( &dev, deviceID, &outFormat, (DWORD)wave_callback, 0, CALLBACK_FUNCTION ) ) [...] All the parameters seem to have their right values to perform a successfully call. All but the forth: ... (DWORD)wave_callback, ... which seems not to...
2005 Jul 28
0
Build under XP with mingw: again about wave_out modules
...32 suite but i have more data now (my knowledge is growing!!! :-o ). I successfully compiled several packages on my system (MSYS-1.0.10 + MinGW32-3.4.2 under WinXPsp2) and here are the details: - the mp3 player madplay-0.15.2 goes ok. It uses the same approach, it opens the wave device using the waveOutOpen() call and it works fine. It uses a custom callback mechanism. - mplayer 1.0pre7 also sounds fine with win32 (waveOut) audio output. It fills a slightly different WAVEFORMATEXTENSIBLE struct (but a cast is used before the call to waveOutOpen). Another success for a custom callback mechanism. -...
2016 Jul 11
0
[PATCH] wave_out: fix casts
...( uMsg == WOM_DONE ) { EnterCriticalSection ( &cs ); @@ -125,7 +125,7 @@ Set_WIN_Params ( FILE_T dummyFile , outFormat.nBlockAlign = (outFormat.wBitsPerSample + 7) / 8 * outFormat.nChannels; outFormat.nAvgBytesPerSec = outFormat.nSamplesPerSec * outFormat.nBlockAlign; - switch ( waveOutOpen ( &dev, deviceID, &outFormat, (DWORD)wave_callback, 0, CALLBACK_FUNCTION ) ) + switch ( waveOutOpen ( &dev, deviceID, &outFormat, (DWORD_PTR)wave_callback, 0, CALLBACK_FUNCTION ) ) { case MMSYSERR_ALLOCATED: return Box ( "Device is already open." ); case MMSYSERR...
2007 Sep 22
1
Echo Cancellation Problem -- with sound sample
Hello all, I am trying out the echo cancellation of Speex (1.2beta2) on Windows XP. I use the Windows Media API (i.e. waveInOpen, waveOutOpen etc) for playback and capture, but I cannot make echo cancellation works in my use case. Here is a description of what I tried: (the sound is in 8kHz and 16 bits per sample, the frame size is 240, tail_length is long enough to cover the far end to near end delay) Experiment 1: A sine wave is gen...
2018 Nov 29
0
Wine release 3.0.4
...tinel HASP hardlock.sys kernel driver crashes due ntoskrnl emulate_instruction not handling 'cli' and 'sti' 45529 Custom color scheme applied but wine not respecting current text color of scheme on window columns and statusbar. 45530 No$Gba crashes with pulseaudio assertion in waveOutOpen 45535 Rekordbox 5.3.0 terminates with the message "Unexpected application error" (dwrite:dwritetextlayout_Draw out-of-bounds access on empty clustermetrics after failure to resolve layout fonts) 45552 Kolab E14 Client installation fails 45602 Wargaming Game Center needs msvcp140....
2007 Sep 22
1
Echo Cancellation Problem -- with sound sample
...tioned, and I have made no attempt on getting that to work (I'm not talking about an occasional DTMF bit here and there). Jean-Marc Eddy wrote: > Hello all, > > I am trying out the echo cancellation of Speex (1.2beta2) on Windows XP. I use the Windows Media API (i.e. waveInOpen, waveOutOpen etc) for playback and capture, but I cannot make echo cancellation works in my use case. Here is a description of what I tried: (the sound is in 8kHz and 16 bits per sample, the frame size is 240, tail_length is long enough to cover the far end to near end delay) > > > Experiment 1: >...
2018 Aug 17
0
Wine release 3.14
...tinel HASP hardlock.sys kernel driver crashes due ntoskrnl emulate_instruction not handling 'cli' and 'sti' 45529 Custom color scheme applied but wine not respecting current text color of scheme on window columns and statusbar. 45530 No$Gba crashes with pulseaudio assertion in waveOutOpen 45535 Rekordbox 5.3.0 terminates with the message "Unexpected application error" (dwrite:dwritetextlayout_Draw out-of-bounds access on empty clustermetrics after failure to resolve layout fonts) 45537 Microsoft .NET Framework 4.x installation fails with Wine 3.13 in 64-bit WINEPREFI...