Just a small fix for the dsound interface to work on the wxwidgets frontend on windows. Next up hopefully will be xaudio but it may not be fixable until the mingw-w64 crew properly supports it.
This commit is contained in:
parent
e96db2c3ba
commit
41bbebfb77
|
@ -20,7 +20,7 @@ private:
|
||||||
LPDIRECTSOUND8 pDirectSound; // DirectSound interface
|
LPDIRECTSOUND8 pDirectSound; // DirectSound interface
|
||||||
LPDIRECTSOUNDBUFFER dsbPrimary; // Primary DirectSound buffer
|
LPDIRECTSOUNDBUFFER dsbPrimary; // Primary DirectSound buffer
|
||||||
LPDIRECTSOUNDBUFFER dsbSecondary; // Secondary DirectSound buffer
|
LPDIRECTSOUNDBUFFER dsbSecondary; // Secondary DirectSound buffer
|
||||||
LPDIRECTSOUNDNOTIFY8 dsbNotify;
|
LPDIRECTSOUNDNOTIFY dsbNotify;
|
||||||
HANDLE dsbEvent;
|
HANDLE dsbEvent;
|
||||||
WAVEFORMATEX wfx; // Primary buffer wave format
|
WAVEFORMATEX wfx; // Primary buffer wave format
|
||||||
int soundBufferLen;
|
int soundBufferLen;
|
||||||
|
|
Loading…
Reference in New Issue