🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

OpenGL and sound

Started by
1 comment, last by Fredric 24 years, 3 months ago
Using OpenGL, can you put sound in your applications? Programming::~Fredric(const Annoy_Ance)
3D Math- The type of mathematics that'll put hair on your chest!
Advertisement
OpenGL is purely a graphics API. Any sound API can be coupled with it.

Depending on your platform you can use DirectSound or OpenAL or anything else available.

http://www.openal.org - looks pretty cool, but I haven''t used it.

Scott Franke [druid-]
sfranke@usc.edu
druid-'s GL Journal
http://www.gamedev.net/opengl
Hmmmm. I''ve never heard of OpenAL. But if you do wanna use sound, why not use DirectSound (assuming you are running Win32)? There''s lots of sound APIs out there.

If you code it, they will come...

Commander M
http://commanderm.8m.com
cmndrm@commanderm.8m.com

This topic is closed to new replies.

Advertisement