The default implementation of the ISoundEngine interface. Plays sounds when requested using the fmod sound engine. See http://www.fmod.org for full documentation of the fmod sound engine.
SoundEngine.h
The default implementation of the ISoundEngine interface. | |
The SoundEngine constructor. | |
Plays a sound immediately. |
|
Plays a sound immediately. If the given sound is not valid, or does not exist, an error log message is displayed in the main window with the appropriate information.
| sound | The full path to the sound file. Sound files may be .wav, .mp3, or various other file formats. See http://www.fmod.org for more information. |
| SoundEngine() |
|