Which audio library is best to use with DirectX 9.0?

Started by
30 comments, last by Prads 12 years, 9 months ago
hmm, so the class must be correct, thanks a lot for all your help Prads, if I find what was causing the error I'll post about it
Advertisement
damn... I was checking everything like 5 hours and everything seems to be fine... the error still remains however. Could you show me how do you initialize XAudio2?
I see you are choosing a preferred device. Did you try initializing using global default audio device instead? Like this:



CoInitializeEx(NULL, COINIT_MULTITHREADED);

XAudio2Create(pXAudio2);

ipXAudio2->CreateMasteringVoice( &pMasterVoice );

My first 3D game: Click Here

This topic is closed to new replies.

Advertisement