]> git.mxchange.org Git - simgear.git/commit
Rewrite the entire audio support library on top of OpenAL rather than plib's
authorcurt <curt>
Sat, 24 Apr 2004 19:02:29 +0000 (19:02 +0000)
committercurt <curt>
Sat, 24 Apr 2004 19:02:29 +0000 (19:02 +0000)
commit5bbcd386fa837885782f128af77ff0162761945c
treef2a35bbc84e51451a2a75ca70212e8a10aaa797d
parent765763202489b4981a98d6964945057fd1279774
Rewrite the entire audio support library on top of OpenAL rather than plib's
sound manager.  The interface was simplified and cleaned up a bit, and I
haven't back ported these changes to the plib sound wrappers ... we could
I suppose if someone really had a problem, but I haven't seen anything so
far that would indicate the extra effort is worth it.
15 files changed:
configure.ac
simgear/sound/Makefile.am
simgear/sound/jet.wav [new file with mode: 0644]
simgear/sound/openal_test1.cxx [new file with mode: 0644]
simgear/sound/openal_test2.cxx [new file with mode: 0644]
simgear/sound/sample_openal.cxx [new file with mode: 0644]
simgear/sound/sample_openal.hxx [new file with mode: 0644]
simgear/sound/sound.cxx [deleted file]
simgear/sound/sound.hxx [deleted file]
simgear/sound/soundmgr.cxx [deleted file]
simgear/sound/soundmgr.hxx [deleted file]
simgear/sound/soundmgr_openal.cxx [new file with mode: 0644]
simgear/sound/soundmgr_openal.hxx [new file with mode: 0644]
simgear/sound/xmlsound.cxx [new file with mode: 0644]
simgear/sound/xmlsound.hxx [new file with mode: 0644]