Difference between revisions of "BuildingWithOpenAL"

From SfzWiki
Jump to: navigation, search
Line 11: Line 11:
 
* recompile (run scons)
 
* recompile (run scons)
  
[[User:Ghoulsblade|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
+
[[User:Ghoulsblade|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

Revision as of 22:03, 12 August 2007

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