Gonna make it happen

First time doing this, so I’m going for it with all the enthusiasm and unbridled excitement of a wide-eyed, unbroken noob.

Ogre, chipmunk (maybe ODE if i go for 3d), libsndfile, and maybe openal for audio – does anyone know a good cross-platform audio output library?  All I want it for is an output stream – I usually write everything else by hand.

Comments

07. Aug 2008 · 15:05 UTC
If you’re using ogre, you have access to ogreAL I think, which should be plenty for your basic sound.
Anonymous
07. Aug 2008 · 15:07 UTC
In the past I’ve used fmod or SDL_Mixer for audio, both of which are very cross-platform and have worked well for me.