BuildingWithOpenAL

From SfzWiki
Revision as of 15:11, 7 August 2007 by Ghoulsblade (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

delete lugre/src/lugre_sound_fmod.cpp (so scons doesn't try to compile it) ,

edit lugre/src/lugre_sound.cpp

and replace

  1. define USE_FMOD 1

//#define USE_OPENAL 1

by

//#define USE_FMOD 1

  1. define USE_OPENAL 1

and recompile