i am creating an OpenGL application and decided to look into adding sound…
what is the best sound(api?) i was thinking about using OpenAL but i had issues finding any good resources…
if possible could you please provide tutorial/info of some sort.
i am creating an OpenGL application and decided to look into adding sound… what
Share
Here is one i used a while ago for 3D sound.
http://www.ambiera.com/irrklang/
It is called IrrKlang, it has good documentation for the API and it really easy to integrate. You should be able to get sound playing within an hour or so of downloading it.