jarikomppa / soloud

Free, easy, portable audio engine for games
http://soloud-audio.com
Other
1.69k stars 270 forks source link

xaudio2 build fails #275

Open petergilmour1987 opened 4 years ago

petergilmour1987 commented 4 years ago

When building soloud by adding source to my project directly. The xaudio2 backend fails as it's trying to include...

#include "backend/xaudio2/xaudio2.h"

...which from what I can see doesn't exist anywhere.

Incase it's relevant, I am building with CMake and MinGW from a Mac.

While I'm here I guess I'll ask, is xaudio2 the preferred backend for Windows?