carb::audio::kMemoryLimitThreshold

Defined in carb/audio/IAudioData.h

constexpr size_t carb::audio::kMemoryLimitThreshold = 1ull << 31

the memory limit threshold for determining if a sound should be decoded into memory.

When the fDataFlagDecode flag is used and the size of the decoded sound is over this limit, the sound will not be decoded into memory.