BuildingWithOpenAL

From SfzWiki
Revision as of 22:03, 12 August 2007 by Ghoulsblade (Talk | contribs)

Jump to: navigation, search

you can also try using openal instead of fmod, to do that :

  • edit the file SConstruct
  • replace
 SOUND_SYSTEM = 'fmod'
 #SOUND_SYSTEM = 'openal'
  • by
 #SOUND_SYSTEM = 'fmod'
 SOUND_SYSTEM = 'openal'
  • recompile (run scons)

Ghoulsblade 00:03, 13 August 2007 (CEST) : warning we still have some problems with openal, so only use this if fmod doesn't work for you