My favorites | Sign in
Project Logo
                
Search
for
Updated Jun 22, 2008 by woollybah
FmodAudioModule  
BlitzMax Audio Driver for FMOD.

Introduction

Allows 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.

Example

Import BaH.FMODAudio

SetAudioDriver("FMOD")

Local sound:TSound = LoadSound("track01.ogg", SOUND_LOOP)

PlaySound(sound)

Requirements

  • The FmodModule
  • Note : Also requires the latest BRL.Audio module, available via SVN from blitzmax.com.

Building

See HowToInstallModules to help you get started.



Sign in to add a comment
Hosted by Google Code