Sunday, February 5, 2012

C++ Fmod Sound API Integration

Posted by Jason On October - 6 - 2009

This is an example of how to integrate the FMOD Sound API with C++ into a class that can be used in any c++ application.
To compile the user needs to have the FMOD Sound API Includes and Libraries and DLL’s, found at: http://www.fmod.org/

This example also makes use of a singleton design pattern.

C++ FMOD Sound API Integration

Add A Comment

You must be logged in to post a comment.