carb::audio::fPlaybackModeSpatial

Defined in carb/audio/IAudioPlayback.h

constexpr PlaybackModeFlags carb::audio::fPlaybackModeSpatial = 0x00000001

flag to indicate whether a sound should be played back as a spatial or non-spatial sound.

When false, the sound is played in non-spatial mode. This means that only the current explicit volume level and pan values will affect how the sound is mapped to the output channels. If true, all spatial positioning calculations will be performed for the sound and its current emitter attributes (ie: position, orientation, velocity) will affect how it is mapped to the output channels.