[quote name='saejox' timestamp='1351380039' post='4994574']
Anyone know a permissive licensed (MIT,BSD,zlib,...) 3D audio library?
i would like something like that
When developing for windows, why not use XAudio2 (microsoft/windows) ?
[/quote]
What do you do when you want to support platforms other than Windows though?
Don't pay much attention to "the hedgehog" in my nick, it's just because "Sik" was already taken =/ By the way, Sik is pronounced like seek, not like sick.
Wrap the platform specific library up in an interface and then swap out the backend with whatever the official API is for every platform?
I think the whole point of what he's asking for is so he doesn't have to do that for starters (also if Linux ever gets in the mix you can forget any sanity when it comes to audio APIs).
Don't pay much attention to "the hedgehog" in my nick, it's just because "Sik" was already taken =/ By the way, Sik is pronounced like seek, not like sick.