RFC: OpenAL Winmm driver and OpenAL32.dll thunk was Re: OpenAL and DirectSound

Markus Amsler markus.amsler at oribi.org
Tue Nov 21 13:06:29 CST 2006


Nick Burns wrote:
> Attached is my diff/patch for both an openal winmm driver and an 
> openal32.dll thunk
>   I would like to get these into wine -- please comment and stuff...
+        wwi->al_device = p_alcCaptureOpenDevice(NULL, freq, format, 4 * 
wwi->waveFormat.Format.nSamplesPerSec * 
wwi->waveFormat.Format.wBitsPerSample / 8);
+//wwi->al_device = p_alcCaptureOpenDevice(NULL, 44100, format, 4 * 
wwi->waveFormat.Format.nSamplesPerSec * 
wwi->waveFormat.Format.wBitsPerSample / 8);
+        TRACE("wwi->al_device = %p\n", wwi->al_device);

You missed one C++ - comment :-)

Markus



More information about the wine-devel mailing list