Gonna make it happen
Posted by abeck99
August 7th, 2008 7:16 am
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.
If you’re using ogre, you have access to ogreAL I think, which should be plenty for your basic sound.
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.