carb::audio::fConvertFlagCopy

Defined in carb/audio/IAudioUtils.h

constexpr ConvertFlags carb::audio::fConvertFlagCopy = 0x00000002

convert the sound data object and return a new copy of the data.

The previous sound data object will be unmodified and still valid. The new object will contain the same audio data, just converted to the new format. The new object needs to be destroyed with destroySoundData() when it is no longer needed.