Difference between revisions of "BuildingWithOpenAL"
From SfzWiki
Ghoulsblade (Talk | contribs) |
Ghoulsblade (Talk | contribs) |
||
| Line 1: | Line 1: | ||
you can also try using openal instead of fmod, to do that : | 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) |
| − | + | [[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