这句话的意思是说XAUDIO2(应该是指音频吧)初始化失败。你重下个声卡驱动。再重安下DX试下
FAILED 0x88960003 // XAudio2 failed to initialize an XAPO effect #define XAUDIO2_E_DEVICE_INVALIDATED0x88960004 // An audio device became unusable (unplugged, etc) #define XAUDIO2_E_INVALIDCALL ((HRESULT)0x88960001) // An API call or one of its arguments was illegal #define XAUDIO...
Like the rest of DirectX, the XAudio2 programming interface is based on COM. While it’s theoretically possible to access XAudio2 from any programming language supported by Windows 8, the most natural and easiest language for XAudio2 is C++. Working with sound often requires high-performance ...