carb::audio::fOpusEncoderFlagDisablePrediction
Defined in carb/audio/IAudioData.h
-
constexpr OpusEncoderFlags carb::audio::fOpusEncoderFlagDisablePrediction = 0x00000008
Disable prediction so that any two blocks of Opus data are (almost completely) independent.
This will reduce audio quality. This will disable forward error correction. This should only be set if there is a specific need for independent frames.