sound in opengl

Started by
2 comments, last by jankuchar 20 years, 11 months ago
I wanna import a wav or similar file to my 3d opengl engine. Where can I find some tutorials or programs?
Advertisement
OpenGL does not do sound/music at all :-) GL is Graphics Library.

You probably need to use other libraries for sound. Such as DirectSound/Music (parts of DirectX) or OpenAL (for platform independent games).

Might want to google something like: directsound tutorial, openAL tutorial.. :-)
FMOD is easy, really really easy. Use it. fmod.org
FMOD is not free.
I am using SDL/ADL_mixer in my game, but I wouldn''t recommand you, it has some issues with some computers (if you play like 4 soudns at the same time, you get baaaaad noise).
Try OpenAL, I heard it si good, but I have no experience with it.

Height Map Editor | Eternal Lands | Fast User Directory

This topic is closed to new replies.

Advertisement