Sound Library

Hello, i was wondering if anybody knows how to put sound in a game? iam making a game, and is almost done, i would really like to go to the “stage” and create some real good ambient, is there any user or system library i can use to do so? where can i find information for that?
Thanks =)))

Three nice sound lib’s:

Fmod… don’t have the link handy

OpenAL… www.openAL.org … sound

SDL… www.libsdl.org … sound and device lib, good for cross platform game dev.

I’d highly recommend fmod, at http://www.fmod.org/

It’s very flexible and easy to use, and there’s no fee for non-commercial use. Commercial releases have to pay a licence fee though…

Bri