carb::audio::fContextParamFlagValidateVoiceTable
Defined in carb/audio/IAudioPlayback.h
-
constexpr ContextParamFlags carb::audio::fContextParamFlagValidateVoiceTable = 0x10000000
flag to indicate that voice table validation should be performed any time a voice is allocated or recycled.
There is a performance cost to enabling this. Any operation involving a new voice or recycling a voice will become O(n^2). This flag is ignored in release builds. When this flag is not used, no voice validation will be performed.