http://bugs.winehq.org/show_bug.cgi?id=30685
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2012-05-16 03:46:46 CDT --- Created attachment 40192 --> http://bugs.winehq.org/attachment.cgi?id=40192 dsound patch for DirectSoundDevice_CreateSoundBuffer
Billy wants to create a 32-bit WAVE_FORMAT_IEEE_FLOAT DirectSound buffer, but Billy specifies a WAVEFORMATEX structure in the DSBUFFERDESC structure passed to DirectSoundDevice_CreateSoundBuffer, which it rejects:
0009:warn:dsound:DirectSoundDevice_CreateSoundBuffer wBitsPerSample=32 needs a WAVEFORMATEXTENSIBLE
The attached patch allows Billy to play back an MP3 file, although I do not know how correct it is.