Archive
Installation Instructions
SimpleFMOD is a simple library to let you shoehorn music and sound effects into your games and applications quickly.
Why SimpleFMOD?
Initializing FMOD and performing the necessary memory management is complex for beginners. SimpleFMOD takes care of all the dirty work for you so you just have to concentrate on getting the sounds and music into your application. SimpleFMOD manages all the audio resources you use, handles initialization and teardown, allows simple loading of sounds or streams from both disk or embedded application resources (memory), handles game sound effects and music in separate channel groups so they can have their own master volumes, and provides numerous helper functions to make basic audio manipulation easy.
Full source code is included so that when you are ready to move onto more advanced techniques, you can see exactly how the basics work.
Read more…