SFXSystemPlugin
SFXSystemPlugins are used to allow other subsystems hook into core functionality of the sound system.
Public Functions
createSource(SFXTrack * track)
filterReverb(SFXReverbProperties & reverb)
Filter the given reverb setup before it is set up on the device.
Detailed Description
SFXSystemPlugins are used to allow other subsystems hook into core functionality of the sound system.
Public Functions
createSource(SFXTrack * track)
Reimplemented by: SFXFMODPlugin
filterReverb(SFXReverbProperties & reverb)
Filter the given reverb setup before it is set up on the device.
This allows to, for example, modify the current reverb depending on listener location.
update()