]> git.mxchange.org Git - simgear.git/commit
Make a clear separation between loading a sound file into main memroy and sending...
authorehofman <ehofman>
Sat, 12 Nov 2005 10:26:21 +0000 (10:26 +0000)
committerehofman <ehofman>
Sat, 12 Nov 2005 10:26:21 +0000 (10:26 +0000)
commit1cff7fcfea3ae156f820133d6fca0960d3fbb1e2
tree9a55b03f84458d550e82f16eb0b8c2df1ce9e39a
parent694cf6e9580c5959daac64175a1baff695de312f
Make a clear separation between loading a sound file into main memroy and sending it to the driver. This prevents data to be loaded into the main memory (or onto the soundcard's memory) when it's not needed.
simgear/sound/openal_test2.cxx
simgear/sound/sample_openal.cxx
simgear/sound/sample_openal.hxx
simgear/sound/xmlsound.cxx