|
FmodAudioModule
BlitzMax Audio Driver for FMOD.
IntroductionAllows you to use the FmodModule as a BlitzMax Audio driver. By importing BaH.FMODAudio, you can specify FMOD as an audio driver, and use the standard audio commands to play sounds. ExampleImport BaH.FMODAudio
SetAudioDriver("FMOD")
Local sound:TSound = LoadSound("track01.ogg", SOUND_LOOP)
PlaySound(sound)
Requirements
BuildingSee HowToInstallModules to help you get started. |
Sign in to add a comment