carb::audio::fDataFlagCalcPeaks

Defined in carb/audio/IAudioData.h

constexpr DataFlags carb::audio::fDataFlagCalcPeaks = 0x01000000

flag to indicate that the peak volumes for each channel should be calculated for the sound data object as its data is decoded at creation time or when streaming into the sound data object.

This does not have any affect on decode operations that occur while playing back the sound data. This may be specified when creating an empty sound. This may be specified when the sound data object is loaded through the asset loader system.