carb::audio::fOpusEncoderFlagLowLatency

Defined in carb/audio/IAudioData.h

constexpr OpusEncoderFlags carb::audio::fOpusEncoderFlagLowLatency = 0x00000001

Optimize the encoder for minimal latency at the cost of quality.

This will disable the LPC and hybrid modules, which will disable voice-optimized modes and forward error correction. This also disables some functionality within the MDCT module. This reduces the codec lookahead to 2.5ms, rather than the default of 6.5ms.